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
2 Respostas
+ 2
Martin Taylor You are correct sir.
+ 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.