Write a program to input an integer from the keyboard and display on the screen “WELL DONE” that many times.
1 1408Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70
1 1272Identify the error in the following program.
include
Identify the errors in the following program.
#include
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
1014
What is difference between oop and pop?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
what is different between oops and c++
Is swift better than c++?
What is size of string in c++?
What is the use of endl?
Which format specifier is used for printing a pointer value?
What are the different types of stl containers?
What is abstraction in oop with example?
Can you please explain the difference between static and dynamic binding of functions?
What is decltype c++?
Define an Abstract class in C++?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is oop in c++?
What is the point of oop?