Create a program that takes in a positive integer number

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

Create a program that takes in a positive integer number from the user and searches for the number with the highest sum of divisors from the 1 to the user imputed number. The program then has to output the number in this range with the highest sum of divisors and the sum of its divisors in message like this: "Number 8 has a maximum sum of divisors 15".

So far I've created a while loop that prevents the user from proceeding if they don't enter a positive integer but I haven't been able to program the part that selects the number in the range with the highest sum of divisors and the sum of its divisors and the project is due tomorrow night.

This is what I have so far:

#include <iostream>
Using namespace std;
Int main ()
{
Int x;
Cout<< "enter a positive integer";
Cin>>x;
While (x<0||x>20000)
{
Cout<<"positive integers only please";
Cin>>x;
}

Reference no: EM131071839

Questions Cloud

How can you define a dual relationship to a layperson : Search for your state's legal statutes in the code of professional standards regarding professional boundaries. What types of activities would the APA Ethics Code consider to be professional boundaries violations? How do your local statutes relate..
Estimate the cost today of an options strategy : Detail the hedging strategy with options - Estimate the cost today of an options strategy that will eliminate exchange rate risk.
Calculate the net present value ignoring additional benefits : Calculate the net present value, ignoring the additional benefits described by Rick. Should the tow truck be purchased? Calculate the net present value, incorporating the additional benefits suggested by Rick. Should the tow truck be purchased?
Are jung beliefs similar to those in christianity : You are to compare Jung's' viewpoint of religion with some of the basic tenets of the Christian faith. Are Jung's beliefs similar to those in Christianity? Why or why not? You need to have at least three academic references outside of your text ..
Create a program that takes in a positive integer number : Create a program that takes in a positive integer number from the user and searches for the number with the highest sum of divisors from the 1 to the user imputed number
Create a map and store social security numbers by names : Create a map and store social security numbers by names. Iterate through your container and retrieve all names. Seach for an individual name and print the ssn
Implement a hotelroom class : Implement a HotelRoom class, with private data members: the room number, room capacity (representing the maximum number of people the room can accommodate), the occupancy status (0 or the number of occupants in the room), the daily room rate
Identify two potential trading partners with justification : Analyze in a minimum of 1,050 words, using this case study as the basis, the impact of currency manipulation on cross-border trade and investment activities.
Write your maximum error-free channel capacity function : For your function what is the instantaneous rate of change in maximum error-free channel capacity with respect to SNR, for SNR=30? What is the equation of the tangent line to the graph of C(SNR), when SNR=30?

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