Question: need this done in flowgorithm with visual basic Design a flowchart in Flowgorithm to 1. Take an integer as input that is either divisible by

Design a flowchart in Flowgorithm to 1. Take an integer as input that is either divisible by 5, or divisible by 7, or divisible by both 5 and 7. 2. Now print/display according to the followings: If the number is only divisible by 5, print "Go" (without quotes) If the number is only divisible by 7, print "SVSU" (without quotes) If the number is divisible by both 5 and 7, print "Go SVSU" (without quotes) Submission Requirement: 1. Your Flowgorithm Program 2. Your Flowgorithm Program and Output in a word/pdf file (first take a screenshot of your output (console window), crop it using any photo editor (you can use the default one on your OS), copy-paste it in a word file, save it as a word/pdf file) Console 0 UD Enter your number 21 SVSU I Console OX Enter your number 0 Consule
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
