write the statement to declare a variable area of type double and initialize value 172.03
Answers
Answered by
1
Answer:
When you declare a variable, you should also initialize it. Two types of variable initialization exist: explicit and implicit. Variables are explicitly initialized if they are assigned a value in the declaration statement. Implicit initialization occurs when variables are assigned a value during processing
Answered by
2
Answer:
Refer the attachment:)
Attachments:
Similar questions