answersLogoWhite

0

Is pset an input statement

Updated: 12/14/2022
User Avatar

Wiki User

13y ago

Best Answer

No.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is pset an input statement
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the use of PSET statement?

The PSET statement in programming is used to set the print position on the screen or page where the next output will be displayed. It allows you to control where text or graphics are placed, enabling you to create custom layouts or designs within your program.


What happens when the encounters an input statement?

WHAT HAPPENS WHEN THE COMPUTER ENCOUNTERS AN INPUT STATEMENT


What happen when the computer encounter an input statement?

WHAT HAPPENS WHEN THE COMPUTER ENCOUNTERS AN INPUT STATEMENT


When you input data in a loop within a program the input statement that proceeds the loop is what?

is called a priming input


What is the homonym for knot?

A homonym for "knot" is "not." Both words are pronounced the same but have different meanings.


What is the shortcut key for input statement in QBasic?

There is no shortcut key of input in qbasic


What is priming input?

A priming input, also known as priming read, is the statement that reads the first input data record prior to starting a structured loop.


In a multistage amplifier input impedance is high and output impedance is low justify the statement?

no. input impedance is low & output impedance is high


What is the input statement for a program?

Input statements extract data from an input stream. For example: int x; std::cin >> x; Output statements insert data to an output stream. For example: std::cout << x; You cannot insert data into an input stream and cannot extract data from an output stream. However, streams that are both input and output streams (such as read-write files) can insert and extract data as required, depending on whether you are reading or writing to the stream.


What are the advantages and disadvantages of input statement in basic?

You can answer people. People can answer you. What the real question is, how is it a disadvantage?


How can you count number of red and yellow cells in excel-have added CountColor?

It can be counted by using the property called PSet, by mentioning the X-axis and Y-axis.


What is the use of INPUT statement?

Input command is used to enter the values while the program is being executed. this command waits for the user to enter the information and then assigns the values accordingly.