subject

Write a c++ program which contains a user-defined functionhaving name issortedthat returnstrue if the array is sorted, and returns false if thearray is not sorted in main functionask the user to enter 10 integers and store them in array and thencall the function by passing this array. if array is sorted thendisplay message "array is sorted" otherwise displaymessage "array is not sorted"

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:20
Consider the following code snippet: #ifndef cashregister_h#define cashregister_hconst double max_balance = 6000000.0; class cashregister{public: cashregister(); cashregister(double new_balance); void set_balance(double new_balance); double get_balance() const; private: double balance[12]; }; double get_monthly_balance(cashregister bk, int month); #endifwhich of the following is correct? a)the header file is correct as given.b)the definition of max_balance should be removed since header files should not contain constants.c)the definition of cashregister should be removed since header files should not contain class definitions.d)the body of the get_monthly_balance function should be added to the header file.
Answers: 1
question
Computers and Technology, 22.06.2019 23:30
The next button in the review section shows the next available comment. next slide with no comment. previous comment. edited comment.
Answers: 1
question
Computers and Technology, 23.06.2019 01:30
1. which of the following is a search engine? a) mozilla firefox b)internet explorer c)google d)safari 2. which of the following statements is true? a) all search engines will provide the same results when you enter the same query. b) all search engines use the same amount of advertisements. c) some search engines are also browsers. d) search engines often provide different results, even when you enter the same query.
Answers: 2
question
Computers and Technology, 23.06.2019 09:30
Name the range function that would generate the following list of integers values: 0,1,2,3,4,5.
Answers: 1
You know the right answer?
Write a c++ program which contains a user-defined functionhaving name issortedthat returnstrue if th...
Questions
question
Mathematics, 09.07.2019 22:30
question
Mathematics, 09.07.2019 22:30
question
Mathematics, 09.07.2019 22:30
question
Mathematics, 09.07.2019 22:30
question
History, 09.07.2019 22:30