answersLogoWhite

0

What else can I help you with?

Continue Learning about Engineering

How to add a record in visual basic?

How to add a record in Visual basic?


What is redundant code in object oriented programming language?

The basic idea is to duplicate as little code as possible. This helps make the program shorter, but especially, it makes it easier to maintain - if there is an error, or you want to add a feature, you do the change in a single place.


What are the steps involved in creating visual basic programs?

The traditional way to learn any programming language is to start by writing a "Hello, World" program; this program should write "Hello, World" to the screen. To write such a program, you have to work out how to edit text, and run it through the compiler. Visual Basic, is almost like that, but window environment programs are event driven - they consist of routines that react to events - a button being clicked, a timer expering and so on. Visual Basic is also object orientated. Windows, buttons, every component of a program are objects or part of objects. With this in mind, its useful to read up on events and objects to see how to approach Visual programming. With a little knowledge, think of a project and try and write a program. Writing programs is by far the quickest way to become proficient in a language.


Write a program to add two integers using c plus plus?

#include<iostream> int main() { int a=40; int b=2; std::cout<<a<<'+'<<b<<'='<<a+b<<std::endl; } Output: 40+2=42


How do you make a vbs script with numpad numbers?

The VBScript/Visual BASIC Script programming language uses both letters/numbers to create programs with. So, I'm not exactly sure what you mean by making a VBScript which uses only numbers, alone...? As the 'numpad' is made up of just numbers. You need to explain yourself a little bit better, I'm afraid. Did you mean, use VBScript to create a 'calculator program' with, possibly? Anyway, here is a simple VBScript calculator program... num1=CInt(InputBox("Enter the first number: ", "PROGRAM: Add 2 numbers")) num2=CInt(InputBox("Enter the second number: ", "PROGRAM: Add 2 numbers")) MsgBox("The answer is: " & num1+num2) Type the above code into Windows Notepad; then, save it as... add2num.vbs ...go and find the file you just saved; and, left double click on it to make the program RUN/execute. When the program runs you should see... 1. Enter the 1st number: (you can use the NumPad to type in a number) 2. Enter the 2nd number: (you can use the NumPad to type in a next number) 3. Finally, you should see a Windows standard message box appear with the sum total result of the two numbers which you did previously type in. To do other sums...then, you can modify this simple calculator using... + ...plus sign - ...minus sign * ...multiplication sign / ...division sign

Related Questions

how to add extra fonts in windows movie player?

WMM is a basic video editing program that comes bundled in the Windows OS. It does not have all the bells and whistles other programs have. So, you cannot add fonts to the program.


How to add a record in visual basic?

How to add a record in Visual basic?


How do you add a program to a file folder?

How do you add a program to a file folder?


Can we add website link when we write java program?

yes ,i can add the website link in java program when we write.


What is an application program Explain how an application can be addremoved from a PC?

what is an application program? how an application can be add or remove from pc. what is an application program? how an application can be add or remove from pc.


What is eleven more than a number?

To find eleven more than a number, you simply add 11 to the original number. For example, if the number is x, then eleven more than that number would be x + 11. This is a basic arithmetic operation that involves addition.


What is an add-on?

An add-on is an something you add to another program to make it better or more functional for the users benefit.


Is there a way on windows movie maker to add a play screen so when you put in the video you have to press play?

No, there is no way to add a "Play" screen to WMM (Windows Movie Maker) videos. Movie Maker is a very basic video editing program with limited features.


Gw basic program to add first 7 even number?

5 CLS 10 REM PROGRAM TO ADD FIRST 7 EVEN NUMBERS 20 EV = 2 30 SUM = 0 35 PRINT "NUMBERS="; 40 FOR I = 1 TO 7 50 SUM = SUM + EV 55 PRINT EV; 60 EV = EV + 2 70 NEXT I 95 PRINT 80 PRINT "SUM="; SUM 90 END http://arnavguddu.6te.net/


How can you uninstall a program from control panel after you delete it from program files?

add or remove programs


What did the Federalists agree to in order to gain support for the new constitution?

The Federalists agreed to add amendments to protecting basic rights in support of a new constitution.


How Do you Put Paint Program back on your computer?

Just go to the "Add windows components" (Maybe under add/remove program) and you'll find it in the list there.