Section outline


  • Simple Sort
    Problem Link
    Code Link

    • Lesson 3

      • Variables and Data types

      • Variable Naming and Reserved words

      • Keywords

      • Identifier naming rules

      Lecture Slide 3

      INPUT, OUTPUT & VARIABLES_Video

        


    • Tokens, Expression Evaluation & Type Casting 

        

    • Date: 10th June, 2021

      Discussion Class on Lecture 3 & 4

        


    • Date: 10th June, 2021

      Discussion Class up to Lecture  4

        


    • Opened: Friday, 26 August 2022, 12:00 AM
      Due: Sunday, 18 September 2022, 12:00 AM

      Every expression have to be solved in step by step . Do not write the answers only. Here A=10, B =15, C =5 and D =20. All variables are integers.

      1. A = A * B + D / C + + + C - - - D
      2. B += A & B | C * A * D / B && C
      3. C *= A | B || C && D & A
      4. A = A + B * C / D % C +++ B +++A * B
      5. D = A + B == C >= D && B

    • Date: 9th June, 2021

      Discussion on Lab Class & URI beginner Problems 

         


    • Date: 16th June, 2021

      Discussion on Lab Class & URI 1013,1010