Facebook Twitter Instagram
Posts in Category: Programming

Comments

All programming languages provide comment statements in different forms. Comments are used to increase readability of our source code. We can add...

Posted on: 2024-10-08 04:25:25

cin Object

cin is the standard input object as like cout is the standard output object. It is used to get input from user. It helps to get any type of input ...

Posted on: 2024-10-08 04:31:08

if-else Statement

As you observe in previous post example if we enter a number greater than 50 it shows us a result that “Number is greater than 50” and if we enter...

Posted on: 2024-10-08 04:36:47

Source Codes of if Statement

You can get some of the source codes to understand use of if statement. These source codes have only the if statement.

VBScript code block

Question Number 5
write a VBScript code block, which take the name of user in lowercase in text box and convert it into uppercase.
Posted on: 2024-10-09 00:37:03