computer, plz tell answers of these question i am not expert in java.
Attachments:
Answers
Answered by
0
Answer:
"A hotbed of the Indian independence movement through the early 20th century, Bengal was partitioned during India's independence in 1947 along religious lines into two separate entities: West Bengal—a state of India—and East Bengal—a part of the newly created Dominion of Pakistan that later became the independent nation ..."
Answered by
1
Answer:
- : If(Bill > 10000) Discount = Bill * 10.0/100; Else Discount = Bill * 5.0/100; - Computer Applications.
- int month = input.nextInt();
- switch (month) {
- case 1:
- System.out.println(“January”);
- case 2:
- System.out.println(“February”); break;
- case 3:
- System.out.println(“March”); break;
- case 4:
- System.out.println(“April”);
- case 5:
- System.out.println(“May”); break;
- default:
- System.out.println(“Invalid”); break;
Similar questions