write a flow chart that accepts date in day , month , year format if Gregorian calendar as input and display the next day. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

write a flow chart that accepts date in day , month , year format if Gregorian calendar as input and display the next day.

Flow chart

19th Mar 2021, 6:30 PM
dagmawi girma
dagmawi girma - avatar
2 Answers
+ 2
Martin Taylor You are correct sir.
19th Mar 2021, 10:01 PM
Jerry Hobby
Jerry Hobby - avatar
+ 1
This doesn’t make sense as a flow chart. You take in the date information as text inputs, then convert them into a DATE object. Then add one DAY to it. Then print it back out. That’s the closest to a flowchart as I can see.
19th Mar 2021, 8:59 PM
Jerry Hobby
Jerry Hobby - avatar