Computer Science, asked by sapna95, 11 months ago

Create an application that will accept marks of three subjects

Answers

Answered by rishi6856
2
what this question means?
Answered by orangesquirrel
0

This kind of application is mainly developed with the help of JAVA.

In this, we need to assign a class under which the main body of the program will reside.

To do this, first assign a class name, followed by the keywords- public, static, void and main function.

After that assign 3 variables in which the the names of the three subjects will be stored.

After that, write the various conditions and compile the program.

During runtime, give the marks for the 3 subjects that has been initialised and the program will give the desired output.

Similar questions