you have been watching the World's Strongest Man competition on television. The competitors perform amazing feats of strength such as pulling trucks along a course, flipping huge tires, lifting large objects. You can tell the items are quite heavy but the British announcer keeps referring to the weights in stones. After Reading Introduction to Computers and Problem Solving in your textbook and watching the Video, An Introduction to Computers and Problem Solving, create a Sequence Flow chart for a program that will read in weight in stones, converts weight in stones to the equivalent weight in pounds where 1 stone is 14 pounds, round up to the next whole number, and display the pounds.
Flow chart is the symbolic representation of any program or sequence of execution which provide a brief execution of program.
These are step to perform operations.
STEP-1 First of all we start our operation
STEP-2 now read weight in stones
STEP-3 now multiply with 14 for converting into pound
STEP-4 now roundup the answer into whole number
STEP-5 print the output into screen
STEP-6 stop
you have been watching the World's Strongest Man competition on television. The competitors perform amazing feats...