What is printed by the following program

Assignment Help C/C++ Programming
Reference no: EM13339808

What is printed by the following program? Suppose the input is:
Miller
34
340
#include <iostream>
#include <string>
using namespace std;
const int PRIME_NUM = 11;
int main()
{
const int SECRET = 17;
string name;
int id;
int num;
int mysteryNum;
cout << "Enter last name: ";
cin >> name;
cout << endl;
cout << "Enter a two digit number: ";
cin >> num;
cout << endl;
id = 100 * num + SECRET;
cout << "Enter a positive integer less than 1000: ";
cin >> num;
cout << endl;
mysteryNum = num * PRIME_NUM - 3 * SECRET;
cout << "Name: " << name << endl;
cout << "Id: " << id << endl;
cout << "Mystery number: " << mysteryNum << endl;
return 0;
}

Reference no: EM13339808

Questions Cloud

What is the depth of the flow in the channel during periods : Due to concerns about the salt water content in the estuary, the discharge in the channel needs to be varied to mimic tidal effects. This means that for 12 hours a day, the channel needs to carry a flow of 8m3.s1, and for the other 12 hours the fl..
Write a c++ statement that multiplies the value : Write a program that prompts the user to input a decimal number and outputs the number rounded to the nearest integer.
How much work is done by the electric field as third charge : how much work is done by the electric field as a third charge q3 = +2.19 nC is moved from point a to point b. (q1 = +9.41 nC, q2 = -9.41 nC)
Derive drag coefficient for f14 at max thrust and airspeed : Wingspan 64 m spread, 38 m swept Total Wing area Aw = 54.5 m2 Drag profile area Ap = 11.5 m2 Mass 27,700 kg fully loaded 2 x GE F110 Turbofan engines Thrust 61.4 kN from each engine
What is printed by the following program : What is printed by the following program?
What is the initial momentum of the offensive player : A football player who weighs 85 kg is carrying the ball directly up field at a rate of 15 km/hr. What is the initial momentum of the offensive player
What is the firms total profits : If the above monopolist were to behave like a perfectly competitive firm (operating in the long run), determine its output.
Mark the following statements as true or false : Mark the following statements as true or false.
Industry price and output will approach the outcome for : Assume the firms in an oligopoly produce a differentiated product and are initially colluding. If each firm begins to cheat (to increase sales) by underpricing the other firms, as the amount of cheating increases, the resulting industry price and out..

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Create program that uses functions and reference parameters

Create program that uses functions and reference parameters, and asks user for the outside temperature.

  Write a program using vectors and iterators

Write a program using vectors and iterators that allows a user to maintain a personal list of DVD titles

  Write the code required to analyse and display the data

Calculate and store the average for each row and column. Determine and store the values for the Average Map.

  Write a webservices application

Write a webservices application that does a simple four function calculator

  Iimplement a client-server of the game

Iimplement a client-server version of the rock-paper-scissors-lizard-Spock game.

  Model-view-controller

Explain Model-View-Controller paradigm

  Design a nested program

How many levels of nesting are there in this design?

  Convert celsius temperatures to fahrenheit temperatures

Write a C++ program that converts Celsius Temperatures to Fahrenheit Temperatures.

  Evaluate and output the value in the given base

Write C program that will input two values from the user that are a Value and a Base with which you will evaluate and output the Value in the given Base.

  Design a base class shape with virtual functions

Design a base class shape with virtual functions

  Implementation of classes

Implementation of classes Chart and BarChart. Class barChart chould display a simple textual representation of the data

  Technical paper: memory management

Technical Paper: Memory Management, The intent of this paper is to provide you with an in depth knowledge of how memory is used in executing, your programs and its critical support for applications.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd