Question: Please use different values other than the given on the examples. I prefer pseudocode but if you want to do a flowchart,sure! Create a structure

Please use different values other than the given on the examples. I prefer pseudocode but if you want to do a flowchart,sure!

  1. Create a structure flowchart and a Pseudocode that will ask for a year and determine if the inputted year is a Leap Year or Not a Leap Year. Please know the condition to determine if a year is a Leap Year.

Example Output:

Input a Year: 2000 The inputted year is a Leap Year

  1. Create a structure flowchart and pseudocode that will ask a user for a number and determine if the input number is Odd or Even.

Note: In integer division and modulus, the dividend is divided by the divisor into an integer quotient and a remainder. The integer quotient operation is referred to as integer division, and the integer remainder operation is the modulus. The typical symbol use in programming for modulo is %.

Example: 19 % 4 = 3(remainder) 19/4 = 4(quotient)

  1. Create a structure flowchart and pseudocode that will ask for an integer number (3 digit) and determine of the middle digit is Odd or Even.

Example: Input a number: 258

Output: The middle digit is an Odd Number

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!