Please help me write this Java code: Use the template Code1.java (see below) Download Code1.java to write your code. In
Posted: Thu Jul 14, 2022 2:19 pm
Please help me write this Java code:
Use the template Code1.java (see below)
Download Code1.java to write your code. In your Mainmethod, ask the user the following questions:
Then print out the following sentence.
There are <males + females> adult members in<name>'s <ward name> ward.
Important Notes:
Example Run:
The following will be considered when grading yourprogram:
File: Code1.java
/* * Program: Code 1 * Name: * Date: dd/mm/yyyy * Description: Strings */ package week14;public class Code1 { public static void main(String[] args) { }//end of main()}//end of class Code1
Use the template Code1.java (see below)
Download Code1.java to write your code. In your Mainmethod, ask the user the following questions:
Then print out the following sentence.
There are <males + females> adult members in<name>'s <ward name> ward.
Important Notes:
Example Run:
The following will be considered when grading yourprogram:
File: Code1.java
/* * Program: Code 1 * Name: * Date: dd/mm/yyyy * Description: Strings */ package week14;public class Code1 { public static void main(String[] args) { }//end of main()}//end of class Code1