subject

DECLARE SUB REMINDER(R) CLS
FOR I = 1 TO 4
READ X
CALL REMINDER (X)
NEXTT
DATA 56,28,8,48
END
SUB REMINDER (R)
R1= R MOD 4
R2=R MOD 3
IF R1=0 AND R2<> 0 THEN
PRINT R
END IF
END SUB​

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 21:00
Write a method so that the main() code below can be replaced by the simpler code that calls method original main(): public class calcmiles { public static void main(string [] args) { double milesperhour; double minutestraveled; double hourstraveled; double milestraveled; milesprhour = scnr.nextdouble(); minutestraveled = scnr.nextdouble(); hourstraveled = minutestraveled / 60.0; milestraveled = hourstraveled * milesperhour; system.out.println("miles: " + milestraveled); } }
Answers: 2
question
Computers and Technology, 23.06.2019 14:00
Technician a says that with self-adjusting clutch systems, the release bearing constantly rotates. technician b says that the ball bearing portion of the release bearing should be lubricated with high-temperature grease during routine maintenance. which technician is correct?
Answers: 2
question
Computers and Technology, 23.06.2019 21:30
To move a file or folder in microsoft windows, you can click and hold down the left mouse button while moving your mouse pointer to the location you want the file or folder to be, which is also known as.
Answers: 3
question
Computers and Technology, 24.06.2019 12:50
When is it most apprpriate for a development team to change the definition of done
Answers: 1
You know the right answer?
DECLARE SUB REMINDER(R) CLS
FOR I = 1 TO 4
READ X
CALL REMINDER (X)
NEXTT
Questions
question
Mathematics, 04.06.2020 18:57
question
Mathematics, 04.06.2020 18:57
Questions on the website: 13722363