Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

plz solve it in c++ Chapter 5: Loops Problem 1 Pentagonal numbers A pentagonal number is defined as n(3n-1)/2 for n 1,2,, Hence, the values

image text in transcribed
plz solve it in c++
Chapter 5: Loops Problem 1 Pentagonal numbers A pentagonal number is defined as n(3n-1)/2 for n 1,2,, Hence, the values of the first few numbers are 1,5, 12, 22, 35, 51.... Write a program that prints all Pentagonal numbers within a lower bound and an upper bound entered by the user, see given sample input/output. Sample input/output: nter Lower and Upper bound (integers) 1 100 nter Lower and Upper bound (integers) 22 150 entagonal Numbers from 1 till 100 are Pentagonal Numbers from 22 till 1se are 1 5 12 22 35 51 70 92 2 35 51 70 92 117 145

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

Step: 3

blur-text-image

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

Intelligent Information And Database Systems Asian Conference Aciids 2012 Kaohsiung Taiwan March 19 21 2012 Proceedings Part 3 Lnai 7198

Authors: Jeng-Shyang Pan ,Shyi-Ming Chen ,Ngoc-Thanh Nguyen

2012th Edition

3642284922, 978-3642284922

More Books

Students also viewed these Databases questions

Question

How do R groups constrain the potential conformations of a protein?

Answered: 1 week ago

Question

What were the issues and solutions proposed by each team?

Answered: 1 week ago

Question

Were all members comfortable brainstorming in front of each other?

Answered: 1 week ago

Question

5. What information would the team members need?

Answered: 1 week ago