Computer Science, asked by umasharma19681, 5 hours ago

computer, plz tell answers of these question i am not expert in java.​

Attachments:

Answers

Answered by AnjanaUmmareddy
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 crankybirds30
1

Answer:

  1. : If(Bill > 10000) Discount = Bill * 10.0/100; Else Discount = Bill * 5.0/100; - Computer Applications.
  2. int month = input.nextInt();
  3. switch (month) {
  4. case 1:
  5. System.out.println(“January”);
  6. case 2:
  7. System.out.println(“February”); break;
  8. case 3:
  9. System.out.println(“March”); break;
  10. case 4:
  11. System.out.println(“April”);
  12. case 5:
  13. System.out.println(“May”); break;
  14. default:
  15. System.out.println(“Invalid”); break;
Similar questions