Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL For Data Science Data Cleaning Wrangling And Analytics With Relational Databases

Authors: Antonio Badia

1st Edition

3030575918, 978-3030575915

More Books

Students also viewed these Databases questions

Question

Recognize common types of workplace communication abuses

Answered: 1 week ago