Lab 013 | Lab Java 4 Question 2 | Array, Invalid If

preview_player
Показать описание
CODING dalam comment.

Song used:

--------------------------------------------------------------------------------------------

Title: Midnight Snack
Type of music: Retro Hip Hop
Mood: Vintage

--------------------------------------------------------------------------------------------

#aimanqm #aiman_qm #javalab
Рекомендации по теме
Комментарии
Автор

CODING:
import java.util.Scanner;
public class PracticalLab4q2 {

public static void main(String[] args) {
String[] sizes = {"S", "M", "L", "X"};
int[] prices = {5, 10, 15, 20};
String input;

Scanner in=new Scanner (System.in);
System.out.println("Enter pizza size: ");
input = in.next();

for(int i=0; i<=sizes.length; i++){
if(i == sizes.length){
System.out.println("Invalid pizza size.");
}

else
System.out.println("Your price is RM" + prices[i]);
i=sizes.length+1;
}
}

}

}

aimanqm
join shbcf.ru