raptor and java to design the following programs asap
1 – Use Raptor and design the following program:
Start
Choose a number such as 10
Check if the number is positive
If yes
Display the message the number is positive
End
(Sample programs are provided in the “Important Documents” folder, Week 5)
Post to Moodle the (.rap) file or screenshot
2- Write a program in Java that uses the Selection Construct: (if) statement.
This program recognizes the value stored in a variable is a positive number and displays the message: Number is positive!
(Sample programs are provided in the “Important Documents” folder, Week 5)
1. Create a file/class under project CIS131 named SelectionV1
2. Write/Copy the Java source code for the SelectionV1 program
3. Run the program and fix errors if any
Post to Moodle Post to Moodle the Java file or screenshot
screenshots required