subject

Write the output of the following programs
a. DECLARE FUNCTION Answer$(X$)
CLS
Y$ = "Question"
PRINT Answer$(Y$)
END
FUNCTION Answer$(X$)
FOR I = LEN(X$) TO 1 STEP -2
Z$ = MID$(x$, 1,1) +Z$
NEXTI
Answers%3DZS
END FUNCTION

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 15:30
Communication is the exchange of information. true or false?
Answers: 1
question
Computers and Technology, 22.06.2019 16:10
Drag each label to the correct location on the imagelist the do’s and don’ts of safeguarding your password.keep yourself loggedin when you leave your computer.don’t write your password down and leave it whereothers can find it.share your password with your friends.each time you visit a website,retain the cookies on your computer.use a long password with mixed characters.
Answers: 1
question
Computers and Technology, 22.06.2019 19:00
Stacy works as blank. the most important soft skill she needs for this role is blank.
Answers: 3
question
Computers and Technology, 22.06.2019 19:20
1)consider the following code snippet: #ifndef book_h#define book_hconst double max_cost = 1000.0; class book{public: book(); book(double new_cost); void set_cost(double new_cost); double get_cost() const; private: double cost; }; double calculate_terms(book bk); #endifwhich of the following is correct? a)the header file is correct as given.b)the definition of max_cost should be removed since header files should not contain constants.c)the definition of book should be removed since header files should not contain class definitions.d)the body of the calculate_terms function should be added to the header file.
Answers: 1
You know the right answer?
Write the output of the following programs
a. DECLARE FUNCTION Answer$(X$)
CLS
Y$ = "...
Questions
question
Mathematics, 05.11.2020 04:30
question
Mathematics, 05.11.2020 04:30
question
Physics, 05.11.2020 04:30
question
Mathematics, 05.11.2020 04:30
Questions on the website: 13722361