Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

package ygwreg;

import java.util.Scanner;

public class Main {

public static void main(String[] args) {

Scanner ler = new Scanner(System.in);


int resposta;

System.out.println("insira un numero");
resposta = ler.nextInt();

if(resposta == 1) {
System.out.println("The Last of Us Part II PS4 €54.99");
} else if(resposta == 2) {
System.out.println("FIFA 22 PS4 €59.99");
} else if(resposta == 3) {
System.out.println("Super Mario Party €45.99");
}if(resposta == 4) {
System.out.println("Call Of Duty Vanguard Standar Edition
€59.99");
} else if(resposta == 5) {
System.out.println("Overwatch Standar Edition €19.99");
}

You might also like