Programming in C#

profilejvlieti4440

Please help me with these two programs

 

1. Write a console app called CountLowers that lets a user enter characters until the user types a right brace character '}'. As each character is entered, determine whether it is a lowercase letter. If it is lowercase, count it. When the user has finished entering characters, display the number of lowercase letters as well as the number of other characters entered. Note that the right brace character should not be counted (it's used as a sentinel value). Turn in output showing the input of several lowercase and "other" characters.

 

2. Write a console app called Sum125 that sums all the integers from 1 to 125. Use a loop and an accumulator (not a formula) to make the calculation. Display the total when the loop finishes.

    • 9 years ago
    • 20
    Answer(2)

    Purchase the answer to view it

    blurred-text
    • attachment
      countlowers.zip
    • attachment
      sum125.zip
    • attachment
      assignment_screenshots.zip

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      countlowers_test_screenshot.png
    • attachment
      sum125_test_screenshot.png
    Bids(0)