If anyone knows about arrays in blue java describe me (using switch case)..
I am not ICSE ❌
But I am also not a fool that i will accept your spam answer ❌
spammers stay away!
Answers
Answered by
1
Answer:
//Java Switch Example where we are omitting the.
//break statement.
public class SwitchExample2 {
public static void main(String[] args) {
int number=20;
//switch expression with int value.
switch(number){
//switch cases without break statements.Yes, you can pass an array to a switch. ... An array is a systematic arrangement of objects, usually in rows and columns.
Similar questions
English,
5 months ago
English,
5 months ago
Science,
10 months ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago