Skip to Content
0
Former Member
Mar 31, 2006 at 03:05 AM

Prime Numbers

552 Views

Hey everyone, I am given this assignment about ABAP programming. The program accepts 2 user input, 1 being min_num and 1 max_num. The minimum number should be 2 and the maximum number is 200. The program will thus prints out an output as follows:

Minumum Number : 2

Maximum Number : 10

Prime Numbers:

2

3

5

7

Can anyone pls help?