Answer:
// program in C++.
#include <bits/stdc++.h>
using namespace std;
// main function
int main()
{
// variable
int inp_month;
cout<<"Enter month:";
// read month
cin>>inp_month;
// if month is february
if(inp_month==2)
cout<<"Number of days in month:28"<<endl;
// if month is 4 or 6 or 9 or 11
else if(inp_month==4||inp_month==6||inp_month==9||inp_month==11)
cout<<"Number of days in month:30"<<endl;
else
// for others month
cout<<"Number of days in month:31"<<endl;
return 0;
}
Explanation:
Read month from user and assign it to variable "inp_month".If month is 2 then there is 28 days in the month.If input month is 4 or 6 or 9 or 11 then there is 30 days in the month.For other month there will be 31 days in month.We assume there is no leap year.
Output:
Enter month:4
Number of days in month:30
Answer:
No you do not need a interent browzer to get to the internet.
Explanation:
Answer:
option (C) Text editor is the correct answer in this question.
Explanation:Used to code a web page, an editor is required that is a basic requirement.The other options are secondary ,text editors are provided with operating system and software development .Text editor specialized html editors can offer convenience and added functionality.Test editors require of html and any other web technology like Java script,and server-side scripting languages.
Answer:
Option c is the correct answer for the above question.
Explanation:
- The vulnerability is a term that is used to state that any system has some limitation by which the system causes an error while performing the action.
- The above question states a software and asked the action which is used by the analyst to prevent the limitation. So the system will use the input validation.
- It is because this prevents the error. it is because this will help to proceed with the wrong or invalid information on the database and the database or system can not hold the wrong data.
- Hence option c is the correct answer while the other option is not correct because other options can not able to fix the limitation of the above system.
Answer:
The answer is design systems to prevent errors.
Explanation:
This system helps to prevent medication errors with resultant patient harm and cost. The best would be if the community health center could afford systems that use information technology such as computerized physician order entry, automated dispensing, barcode medication administration, among other technological solutions.