This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Created by AwlsomeAlex (GNU GPLv3) | |
// Project For CS2 - Guess My Number! | |
import java.util.Scanner; | |
import java.util.Random; | |
public class guess_multiplayer { | |
// Global Variables | |
static Scanner n = new Scanner(System.in); | |
static int guess = 0, counter = 0; | |
static int number = numberGenerator(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Disp "Haddock Solver - PV=nRT" | |
Disp "" | |
Disp "Please Select a Calcuation" | |
Disp "==========================" | |
Disp "1) Pressure" | |
Disp "2) Volume" | |
Disp "3) Mass (g)" | |
Disp "4) Temperature (*C)" | |
Disp "5) Information" | |
Prompt C |