Back to Tutorials
Practice TestsICSEClass 10Computer Applications

ICSE Practice test 1 class X : Top Questions

Attempt any two programs out of three1. write a menu driven program which accepts (*,/,+,-) and does mathematical operation on the operands entered by the user[use switch case] [15]

Trushna Tejwani25 September 2017
Practice Tests

Watch Java videos

In this ICSE practice test all the topics of java for ICSE computer application has been covered.

Attempt any two programs out of three
1. write a menu driven program which accepts (*,/,+,-) and does mathematical operation on the operands entered by the user[use switch case] [15]

2. Write a program to accept the full name of a person and print his initials followed by his surname
e.g. input: Mohandas Karamchand Gandhi
output: M.K.Gandhi [15]

3. Write a program to accept a sentence and print the largest word from it
e.g. input SNV international school
output: international [15]

String Handling