Teacher, what's wrong with my approach to the question you asked? Unable to export if you are not a member
阿智
阿智 2019-09-28 20:57:39
0
0
1322

import java.util.Scanner;
public class IfElse nested{
public static void main(String[] args){
Scanner input = new Scanner(System.in);
System.out.print("Please enter the score");
double score = input.nextDouble();
if(score < 10){
System.out.println("Congratulations on entering the finals ");
System.out.println("Please enter gender: ");
&nbs

阿智
阿智

reply all(0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template