CHALLENGE ACTIVITY 3.4.3: Working with branches. 4011362649320 g H Jump to level 1 Given integer variables numPeople and

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

CHALLENGE ACTIVITY 3.4.3: Working with branches. 4011362649320 g H Jump to level 1 Given integer variables numPeople and

Post by answerhappygod »

Challenge Activity 3 4 3 Working With Branches 4011362649320 G H Jump To Level 1 Given Integer Variables Numpeople And 1
Challenge Activity 3 4 3 Working With Branches 4011362649320 G H Jump To Level 1 Given Integer Variables Numpeople And 1 (40.97 KiB) Viewed 9 times
CHALLENGE ACTIVITY 3.4.3: Working with branches. 4011362649320 g H Jump to level 1 Given integer variables numPeople and roomCapacity, if numPeople is 100 or less, then subtract 100 from roomCapacity. Ex: If the input is 100 350, then output is: 250 1 #include <iostream> 2 using namespace std; 3 4 int main() { 5 int numPeople; 6 7 8 9 10 11 12 13 14 15 int roomCapacity; cin >> numPeople; cin >> roomCapacity; cout << roomCapacity << endl; 1 2 4 Feedback? >-D D D+ L
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply