All need to be in C++ // Example run 1:Give the number of sales: 3Give the 3 sales: 120.55 20.55 70.99At the end, the ab

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: 899604
Joined: Mon Aug 02, 2021 8:13 am

All need to be in C++ // Example run 1:Give the number of sales: 3Give the 3 sales: 120.55 20.55 70.99At the end, the ab

Post by answerhappygod »

All need to be in C++
// Example run 1:Give the number of sales: 3Give the 3 sales: 120.55 20.55 70.99At the end, the above 3 sales followed by total 212.09 are written in the file sales.txt
// Example run 2:
Example:
int x = 1;
for (int i = 0; i < 5; i++)
{
x *= 3; cout << x <<endl;
}
Give number of stars to start: 4****
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply