Write a program to input an integer from the keyboard and display on the screen “WELL DONE” that many times.
1 1451Write 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 1307Identify 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");}
1032
Can recursive program be written in C++?
Can you inherit a private class?
What is meaning of in c++?
What language is a dll written in?
Do you know what are static and dynamic type checking?
What is function overriding in c++?
What is an advantage of polymorphism?
What is the best way to take screenshots of a window with c++ in windows?
Can we provide one default constructor for our class?
what type of question are asked in thoughtworks pair programming round ?
Can you declare an array without a size in c++?
What is difference between class and function?
What is c++ code?
How to run C++ program in cmd
How to delete array of objects in C++? Proof by C++ code for proper deletion