Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 475 Bytes

File metadata and controls

19 lines (13 loc) · 475 Bytes

| practicals

  1. Write a program which calculates the ans of a+3b+c2

  2. Write a program to find the root of p(x) = ax + b.

  3. Write a program to find the volume of cylinder.

  4. Write a program to convert negative number to positive.

        input : -6 , output : 6
        input : 8 , output : 8
  5. Write a program to display day name according to given day number.

        input : 2 , output : tuesday