Java code : 10 students and each student have different marks how to print winner student name with Mark above a specific mark | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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

13th Nov 2017, 4:19 PM
ajmal yousuf
ajmal yousuf - avatar
1 Answer
+ 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.
13th Nov 2017, 5:18 PM
Rrestoring faith
Rrestoring faith - avatar