| practicals
-
Write a program which calculates the ans of a+3b+c2
-
Write a program to find the root of p(x) = ax + b.
-
Write a program to find the volume of cylinder.
-
Write a program to convert negative number to positive.
input : -6 , output : 6 input : 8 , output : 8
-
Write a program to display day name according to given day number.
input : 2 , output : tuesday