Answered step by step
Verified Expert Solution
Question
1 Approved Answer
package summative; import java.util.*; public class gitMenu { public static void main(String[] args) { System.out.println(*** GIT COMMAND TEMPLATE *** ); } System.out.println(1: GIT COMMAND
package summative; import java.util.*; public class gitMenu { public static void main(String[] args) { System.out.println("*** GIT COMMAND TEMPLATE *** "); } System.out.println("1: GIT COMMAND 1"); System.out.println("2: GIT COMMAND 2"); System.out.println("3: GIT COMMAND 3"); Page 2 of 3 System.out.println("4: GIT COMMAND 4"); System.out.println("5: GIT COMMAND 5"); Scanner sc= new Scanner(System.in); System.out.print ("Choose an option for more information 2" + "r- "); int a sc.nextInt();
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started