Answered step by step
Verified Expert Solution
Question
1 Approved Answer
NOTE: I RECOMMEND YOU TO DO THIS ASSIGNMENT ON CS50.IO HERE IS THE LINK : https://id.cs50.net/authorize?state=foo&response_type=code&redirect_uri=https%3A%2F%2Fcs50.io%2Fauth%2Fcs50_callback&scope=openid%20profile%20email&client_id=prod SINCE I HAVE NEVER TAKING C++, SO I MAY
NOTE: I RECOMMEND YOU TO DO THIS ASSIGNMENT ON CS50.IO
HERE IS THE LINK : https://id.cs50.net/authorize?state=foo&response_type=code&redirect_uri=https%3A%2F%2Fcs50.io%2Fauth%2Fcs50_callback&scope=openid%20profile%20email&client_id=prod
SINCE I HAVE NEVER TAKING C++, SO I MAY HAVE SOME DIFFICULTY FOR THIS ASSIGNMENT. THEREFORE, I HOPE YOU CAN DO THIS ON CS50.IO, OR YOU CAN DO IT ON MICROSOFT VISUAL STUDIO.
Lab 1: C++ Review Welcome back to using C+-+! In this lab, you will compare four different cell phone packages The different plans are listed below. Each plan specifies the maximum number of minutes and the maximum amount of data the user can use each month. The limits are inclusive Basic Plan: up to 500 minutes up to 2G data $29.99/ month Deluxe Plan: up to 1500 minutes up to 4G S38.99 /month Premium Plan: Unlimited minutes Unlimited data $75.99 / month On Demand Plan: S0.34 per minute S0.01 per megabyte Program Specifications 1. Ask the user for the number of minutes he/she uses every month. 2. To estimate the amount of data the user probably needs, ask the user for the number of minutes PER DAY spent streaming videos, surfing the web, and listening to music. Then, use the following conversions to estimate how many gigabytes of data the user needs: 1 Gigabyte of data is used for: 45 minutes of streaming video 27 hours of web surfing 7 hours of listening to music Take the ceiling of the number of gigabytes needed (always round up) Print out how many gigs of data the user will needStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started