In: Computer Science
Here are the answers for your questions in C++ Programming Language.
Kindly upvote if you find the answer helpful.
#########################################################
CODE :
Question : write a c++ program an expression that determines if an integer, n is a negative four digit number.
#include<iostream> using namespace std; int main(){ |
##############################################################
SCREENSHOTS :
Please see the screenshots of the code below for the indentations of the code.
##########################################################################
OUTPUT :
#########################################################################
CODE :
Question : write a c++ program an expression that determines if a string, wd, equals "so" ignoring case.
#include<iostream> using namespace std; int main(){ |
####################################################################
SCREENSHOTS :
Please see the screenshots of the code below for the indentations of the code.
########################################################################
OUTPUT :
Any doubts regarding this can be explained with pleasure :)