Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. What do you understand by variable in programming? [mark 1] 2. Explain what do you understand by the following line of code: [mark

  

1. What do you understand by variable in programming? [mark 1] 2. Explain what do you understand by the following line of code: [mark 1] int a, b, c; 3. What is the value of "sum" after the following lines of code: [mark 2] int a; a= 10; int sum; sum = a *2+4 - 8/2;

Step by Step Solution

3.37 Rating (153 Votes )

There are 3 Steps involved in it

Step: 1

1 In programming a variable is a named storage location that holds a value It is a fundam... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Communicating as professionals

Authors: Raymond Archee, Myra Gurney, Terry Mohan

3rd edition

170214974, 978-0170214971

More Books

Students also viewed these Programming questions

Question

Define a spreadsheet program

Answered: 1 week ago