SAN JOSÉ STATE UNIVERSITY E10 Introduction to Engineering Page 1 of 4 Homework #3 Spring 2022
SAN JOSÉ STATE UNIVERSITY E10 Introduction to Engineering Page 1 of 4 Homework #3 Spring 2022 1. (6 pts) What are the value of the variables ‘A’ and ‘B’ at end of the following program? Show your reasoning. Void main (void) { int A; int B; int C; A=5; B=2; C=A*B; A=C*2; B=A/4; C=A - B; if ((C – BA) { A=5; B=C;} else { A=6; B=0; } 2. (6 pts) What is the value of the variable ‘A’ at end of the following program? Show your reasoning. Void main (void) { int A; int COUNT; A=1; COUNT=0; while (COUNT 4) { if (COUNT2) { A=A+4; } else { A=A+COUNT; } COUNT = COUNT +1; 3. (6 pts) Find and indicate all of the errors in the following program. (Hint: one of the errors has to do with an unwanted infinite loop) void main(void) { int P; int Q; int R; P = 30; Q = 0; R= 4; if ( P R;) { Q = R - P; R= 0; if ( Q=0) { S = P + Q +R ;} P =2; while (P 20) { S=P+1; Q=Q+1; R= R+1
Written for
- Institution
- SAN JOSÉ STATE UNIVERSITY E10 Introduction to Engi
- Course
- SAN JOSÉ STATE UNIVERSITY E10 Introduction to Engi
Document information
- Uploaded on
- April 28, 2023
- Number of pages
- 4
- Written in
- 2022/2023
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
san josÉ state university e10 introduction to engineering page 1 of 4 homework 3 spring 2022