Ask a New Question
Search
Write a program in qbasic to print the user entered word in reverse order using FUNCTION...END FUNCTION
1 answer
For i = 1 to 10
Input values!
Next i
For i = 10 to 1
Print values!
Next i
End
Ask a New Question
or
answer this question
.
Similar Questions
Write a Java program that prompts the user for a string. If the string entered by the user does not start with Hello and does
1 answer
write a program that will prompt the user for a value and print the value entered to the screen. The program stops when the user
1 answer
Write a program that will ask the user to enter a person's age, weight and birth month. Your program will compare the entered
2 answers
Write a program that will ask the user to enter a person's age, weight and birth month. Your program will compare the entered
5 answers
more similar questions