Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import java.util.Scanner;
- public class basicInt {
- public static void main(String args[]) {
- Scanner input = new Scanner(System.in);
- int selection;
- // System.out.print("Input: ");
- int health = 100;
- int mana = 100;
- int stamina = 100;
- int STR = 10;
- int CON = 10;
- int INT = 10;
- int WIS = 10;
- int DEX = 10;
- int CHA = 10;
- }
- }
Add Comment
Please, Sign In to add comment