- 2
Java code : 10 students and each student have different marks how to print winner student name with Mark above a specific mark
please the java code below problem 10 students with their names each have different marks some students are winned and some are failed how to print like Tony has 200 marks he is winned soman has 100 marks he is failed
1 Respuesta
+ 3
System.out.println("Tony has 200 marks and he won.\nSoman has 100 marks and he failed.");
There is not enough information provided in the question to know how the code needs to be written.
Even if there was, I suggest writing your own code.