Computer Science, asked by shovansamantha, 26 days ago

Determine the errors in the following statements of Java programs and correct them:
(1) String x = {"Java","for","School","Studants","Rocks"};
(2) String s="Apple".equals("Banana");​

Answers

Answered by jahanshu
0

Explanation:

Control statements in C With Examples, sample outputs and list of sample programs here. List of C Tutorials for beginners. And, list of C programs. Our team has so far written 350+ sample program both in C and C++.

What are control statements in C?

In C, we have 32 standard keywords and out of them 12 (the keywords in the second column of the following table) are control statements.

C Programs – 500+ Simple & Basic Programming Examples & Outputs

Loops In C – Tutorial With Examples | C Programming

These statements control the flow of the program and out of them some are selection statements, some are iterative statements and some other are jumping statements.

Similar questions