-4 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
~602 People Reached
Favorite Forums
Geeks' Lounge x 1
2 Posted Topics
you can use this code [code]import java.util.*; public class sususususususususus { public static Scanner kev=new Scanner(System.in); public static void main(String[] args) { Scanner kev = new Scanner (System.in); //int choice=0 ,again; System.out.println("Choose what shape do you want [1]cylinder [2]sphere [3]Quit:"); int k=kev.nextInt(); switch(k){ case 1: cylinder(); break; case 2: sphere(); …
The End.
k-broxe