Answer:
Option c is the correct answer for the above question.
Explanation:
View states are a mechanism that is used in c# programming language, It is used on only one page on which the user or programmer is working currently. It does not hold the records when the control goes to the other page.
The above question also wants which is described above. Hence option c is the correct answer while the other is not because:-
- Option a states about the query string which is not any technique to hold the record.
- Option b states about cookies which are used to hold the record of all page.
- Option d states about the session which is used to hold any record and can be accessed on any page.
Answer:
I think you can get mic feedback from all of the microphones
Explanation:
Let me know if this is the answer you are looking for
Answer:
We can give the any integer value between 10 to 100 then it display the message "That number is acceptable."
Explanation:
In the given code the "number" variable takes an user input via cin .After taking user input it check the condition of if block that the user input is between the range of 10 to 100 .if this condition is true then the statement of if block will be executed i.e That number is acceptable otherwise else block will be executed That number is not acceptable.
following are the code in c++
#include <iostream> // header file
using namespace std;
int main() // main
{
int number; // variable
cin >> number; // taking input
if (number > 10 && number < 100) // if block
cout << "That number is acceptable.";
else
cout << "That number is not acceptable.";
return 0;
}
Output:
66
That number is acceptable.
456
That number is not acceptable.
Depends on how you wanna do it, through iTunes or whatever other you are syncing from