Find errors in the following lines of code assuming included header files. Write correct form with line number. int main() { Int a=4.5 Char ch=’a’ Int a++; Cout<<”the value of a=’; Cout>>a; For( ; a<=5; ) Cout<

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter2: Using Data
Section: Chapter Questions
Problem 16RQ
icon
Related questions
Question
  1. Find errors in the following lines of code assuming included header files. Write correct form with line number.
  2. int main()
  3. {
  4. Int a=4.5
  5. Char ch=’a’
  6. Int a++;
  7. Cout<<”the value of a=’;
  8. Cout>>a;
  9. For( ; a<=5; )
  10. Cout<<a;
  11. }
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Introduction to Coding
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT