Practice Test 1 class IX
Write a java program to print the name, age, father’s name, city, name of school and marks in two subjects of a student on the output screen Write...
Practice test-5 class IX
Section A
What is data type? Give examples.
What is literal? Give an example.
What will be the value of c.
int a=9, b=5,c;
c=a + b++ + --a;
If a=19;...