We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- C++
- Introduction
- Conditional Statements
- Discussions
Conditional Statements
Conditional Statements
Sort by
recency
|
838 Discussions
|
Please Login in order to post a comment
include
using namespace std;
int main() { int n; cin >> n;
}
include
using namespace std;
int main() { string word[10] = {"Greater than 9", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine"};
}
Here is Conditional Statements solution in C++ - https://programmingoneonone.com/hackerrank-conditional-statements-solution-in-cpp.html