Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a program in java 1. Addition of loop counter: You enter a number . I will add up the numbers between 1 and that
Write a program in java
1. Addition of loop counter: You enter a number . I will add up the numbers between 1 and that number . (so , if you enter 6: 1+ 2 + 3 + 4 + 5 + 6 =21)
2. Factorial of counter: You enter a number. I will display the numbers that are multiplied in a factorial. (So, if you enter 3: 3 * 2 * 1 = 6 )
3. Strings: You enter a string and a character. I will count the number of matching characters in the string.
As in string: Martha Washington and character a: Answer: a appears 3 times
Step 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