if(Expression to be tested) {
code to execute
} else if(Expression to be tested) {
code to execute
}
you can have as many else ifs as you want. But that's what it looks like.
Answer:
Following is given the detailed solution to the question given.
- First image contains source code. All the steps are described with help of comments.
- Second image contains the output or the program given.
I hope it will help you!
Explanation:
The Encryption of a website