EDIT:
I have gotten help from someone and he gave me the following code:
import java.util.Array List;
import java.util.List;
import java.util.Scann er;
class Tournament {
public static void main (String[] args) {
int numberOfTeams = 8;
Scanner in = new Scanner(System. in);...
User Profile
Collapse
-
Scanner Class help?
Hi,
I'm trying to create this output:
Input team 1's name:
Team 1
Input team 1's ranking:
90.4
etc.
For 8 teams.
This is what I have:
import java.util.Scann er;
public class Tournament {
public static void main(String args[]) {
System.out.prin tln("Input team 1's name:");
Scanner a = new Scanner(System. in);...
No activity results to display
Show More
Leave a comment: