Answer 1, 2, and 3 are all correct. Hope this helps
Answer:
boss is not an os
Explanation:
boss is a former of Linux hope this helped
Answer:
percentage
Explanation:
percentage, character, interger
Answer:
We can use comparison operator 'Equals to' (==) to compare two strings.
Explanation:
We can use conditional statement 'if else' to put conditions. If statement contains boolean expression.If statement is followed by else block. If the boolean expression evaluates to true, then the if block of code is executed, otherwise else block of code is executed.
If we want to compare two strings with uppercase, then we can convert the input strings given by users using ToUpper() string function.
For example,
string abc;
string uppercase= abc.ToUpper(); // gives ABC as result
I have written a program using c# as a programming language in a word document and attached the same. Please find. Thank you!
Answer:
Receiver
Explanation:
bcz the private key is kept only by the receiver of the message.