Computer Science, asked by BRAINLYBOOSTER12, 8 months ago

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 aneeshmanhas
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