ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 103 Weeks Ago, 3 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 03 May 2017 My Price 8.00

Outputs the digits in reverse order

I have this assignment and I need help. It's for Visual Studio Community 2015 

Write a program which:

  1. Asks the user to enter a positive integer greater than 0
  2. Validates that the entry is a positive integer
  3. Outputs the digits in reverse order with a space separating the digits
  4. Outputs the even digits not in reverse order with a space separating the digits (consider zero to be even)
  5. Outputs the odd digits not in reverse order with a space separating the digits
  6. Displays results, in the following format:

SPECIFIC REQUIREMENTS FOR THIS ACTIVITY

  1. Make the ClickMe button the “Accept” button.
  2. (If applicable) Make the text box which captures user input get focus when your application starts.
  3. The Clear button should erase the contents of the text box and any feedback. Focus should be placed on the text box.
  4. The program must have the following four void functions:
    1. reverse // reverse the digits entered by the user and place a <SPACEBAR> between each digit.
    2. even //selects the even digits from the user input, No printing (displaying) results here!
    3. odd // selects the odd digits from the user input, No printing (displaying) results here!
    4. printResults //displays the results. NOTICE the output when the user input does not have any odd digits; also NOTICE the output when the user input does not have any even digits

Answers

(11)
Status NEW Posted 03 May 2017 03:05 AM My Price 8.00

-----------

Not Rated(0)