subject

#include <iostream> using namespace std;
int main()
{
int k;
double j;
k = 2;
j = 2.0;
if (k == j) {
cout << "Okay.";
}
else
cout << "Not okay.";
return;
}
Select one:
ุตุญ ุŸ
O a. Nothing will be outputted.
O b. Not okay.
c. Okay.โ€‹

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:30
To increase sales, robert sends out a newsletter to his customers each month, letting them know about new products and ways in which to use them. in order to protect his customers' privacy, he uses this field when addressing his e-mail. attach bcc forward to
Answers: 2
question
Computers and Technology, 23.06.2019 09:50
Allison and her group have completed the data entry for their spreadsheet project. they are in the process of formatting the data to make it easier to read and understand. the title is located in cell a5. the group has decided to merge cells a3: a7 to attempt to center the title over the data. after the merge, allison points out that it is not centered and looks bad. where would the title appear if allison unmerged the cells in an attempt to fix the title problem?
Answers: 2
question
Computers and Technology, 25.06.2019 23:30
Is ethma real? answer the percent chance.
Answers: 1
question
Computers and Technology, 26.06.2019 00:40
What will happen if we access all the limitations of computers into it? just like intelligence, self learning, feeling and other.
Answers: 1
You know the right answer?
#include <iostream> using namespace std;
int main()
{
int k;
double j;
Questions
Questions on the website: 13722361