/i/Sözlük İçi

sözlük içi.
  1. 426.
    0
    EEE242 LABORATORY EXPERIMENT – 8
    1) Write a program that asks the user to enter integers as inputs to be stored in the
    variables 'a' and 'b' respectively. There are also two integer pointers named ptrA and
    ptrB. Assign the values of 'a' and 'b' to ptrA and ptrB respectively, and display them.
    2) Write a class having two private variables and one member function which will return
    the area of the rectangle.
    3) Write a program and input two integers in main and pass them to default constructor
    of a data class. Show the result of the addition of two numbers.
    ···
   tümünü göster