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?