After completion of your assignment take a screenshot of code + input + output and click the submit button. You will be redirected to a Google form where you can submit.

Java Questions

Question 1: Addition Of 2 Numbers

Description: Take 2 inputs from the user and perform the addition.

Input:
10
20

Output:
30

Question 2 : Nth number Table Printing

Description: Take 1 input from the user and perform the Multiplication Table.

Input:
5

Output:
5*1=5
5*2=10
..
5*10=50

Question 3: sum n numbers

Description: Take 1 input from the user and perform the Sumation.

Input:
630230

Output:
15
Explanation : 6+3+0+2+3+0 = 15

Python Questions

Updates Coming Soon

Submit Assignment