Use If/else Statements in C++

How To : Use if/else statements in C++

Watch this video to learn how to use if/else statements in C++. Also learn about the equals/more-than/less-than. Part 1 of 3 - How to Use if/else statements in C . Part 2 of 3 - How to Use if/else statements in C . Part 3 of 3 - How to Use if/else statements in C .

How To : Use control statements in C++

Watch this two-part video series to learn how to use control statements in C++. These include if/else statements, 'switch', and all sorts of loops. Part 1 of 2 - How to Use control statements in C . Part 2 of 2 - How to Use control statements in C .

How To : Use IF Statements in Visual Basic 2005 & 2008

In this Visual Basic tutorial, you'll learn to use conditional statements for the push-button validation of a designated text string. The code used in this example is as follows: Dim Captain As String Captain = TextBoxCaptain.Text Captain = Captain.ToUpper If Captain = "PIC ...more

How To : Use EoF statements in Microsoft Visual Basic 6

In this clip, you'll learn how to work with EoF or end-of-file statements within MS VB apps. Whether you're new to Microsoft's popular event-driven program language & IDE or a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free Vis ...more

How To : Create basic if-else statements when coding in PHP

In this clip, you'll learn how to create simple if else logical statements when coding in PHP. Whether you're new to the PHP: Hypertext Preprocessor scripting language or are a seasoned web developer merely looking to improve your chops, you're sure to find benefit in this fre ...more

How To : Use nested IF statements in Microsoft Office Excel

Microsoft Office Excel 2007 spreadsheet manager is a powerful tool that enables information workers to format spreadsheets, as well as analyze and share information to make more informed decisions. In this MS Excel video tutorial, you'll learn about using nested IF functions t ...more

How To : Schedule with conditional statements in Revit

This Revit 2009 video tutorial covers how to add parameters for scheduling and tagging. In this case the objects being scheduled are parking spaces. The problem was that by default Revit is able to schedule the “count” of objects. We want to schedule stacker parking which mean ...more

How To : Perl for the Aspiring Hacker (Control Statements)

In this tutorial we will be go over how we can make use of conditionals. In Perl the main conditional is the if statement. The if statement in Perl is used like this: If (example){ #code } else { #execute a different type of code than above. It is literally that simple! I k ...more

How To : Use the switch statement for Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this intermediate-level lesson will ...more

How To : Write an effective thesis statement

Don't be afraid of thesis statements - although they seem hard and are very important to your essay they are, in fact, quite simple. In this tutorial from Scott Free and Martin, learn how to tell the difference between a good and bad thesis and create your own. If you start o ...more

How to Java : E3 (If/Else Statements)

Hello Java-ers, In the previous two tutorials, we learned about installing the JDK, Installing/CreatingAProject in Eclipse IDE, and data types in Java. In this tutorial, we will be learning about if/else statements. -------------------------------------- In Java, an if sta ...more

How To : Use "else if" statements when programming in Java

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to create an ...more

How To : Program "if" statements in Python

Bucky from The New Boston serves up this Python video tutorial on how to program "if" statements in Python. This is the program you use to write all of your Python code down. The famous if statement! Python is a dynamic, object-oriented, high-level, programming language that ...more

How To : Program else and elif statements in Python

Bucky from The New Boston serves up this Python video tutorial on how to program else and elif statements in Python. This is the program you use to write all of your Python code down. Else and elif (elseif)! Python is a dynamic, object-oriented, high-level, programming langua ...more

How To : Program nesting statements in Python

Bucky from The New Boston serves up this Python video tutorial on how to program nesting statements in Python. This is the program you use to write all of your Python code down. Nest a simple "if" statement! Python is a dynamic, object-oriented, high-level, programming langua ...more

How To : Read a balance sheet in accounting

In this Business & Money video tutorial you will learn how to read a balance sheet in accounting. Yu can learn to read it quickly and easily as to where the company’s came from, where it went and where it is now. There are four main financial statements; balance sheets, inco ...more

How To : Create a calculator script in C++

This C++ programming tutorial goes through loops, switch statements, if else statements and applying them to another fairly simple program that creates a calculator. Part 1 of 2 - How to Create a calculator script in C . Part 2 of 2 - How to Create a calculator script in C .

How To : Use Very Basic AppleScript to Create a Fake Virus

AppleScript is quite an easy scripting language to use. In this guide, I will be showing you several commands. Near the end, I will show how these can be used to create a fake virus that actually does no harm. Of course, this is only one way to use these commands—use your ima ...more

How To : Spot a Liar Through Text Messages

While text messaging has become one of the most frequent ways we communicate with our friends, the missing body language, tone of voice, and eye contact can make it difficult to tell when someone is being dishonest. That said, it's not impossible. There are a number of subtle ...more

How To : Mine Twitter for Targeted Information with Twint

Open-source intelligence researchers and hackers alike love social media for reconnaissance. Websites like Twitter offer vast, searchable databases updated in real time by millions of users, but it can be incredibly time-consuming to sift through manually. Thankfully, tools li ...more

How To : Say "I speak" or "he/she speaks" & more in Hindi

Learn how to frame sentences with our vocabulary knowledge in Hindi. So if you want to say "to speak" in Hindi, it'll be "bolna". If you want to say "I speak" in Hindi, it'll be "main bolta hun", just replace the "na" with "ta". If you want to say "he speaks" in Hindi, it'll b ...more

How To : Write a great business vision statement

In this Business & Money video tutorial you will learn how to write a great business vision statement. Why is the vision statement important? Because, it provides the inspiration for daily operations and motivation for strategic decisions. Vision and missions statements are di ...more

How To : VBScript for DDosing Sites

Hello Guys, Today I have made a script for ddosing sites with VBScript! And I don't know how you guys do it, but I've made a script that refreshes the page in a chosen amout of milliseconds. And if you want it a number of times or if you want it to go on and on. And this is a ...more

How To : Hone Your BS Detector

Can you tell when your friends are serving up a bunch of BS, or are you constantly oblivious, unsure if they're spinning a valid story? With so many ways to lie and fake information floating around, it can be impossible to tell what's the truth from what's complete BS. Here's ...more

Hack Like a Pro : The Basics of XORing

Welcome back, my novice hackers! In a recent tutorial, I showed you how to use shikata_ga_nai to change the signature of a payload to evade detection by security devices (firewalls, IDS, etc.) and AV software. Shikata_ga_nai is an encoding module in Metasploit that XORs the ...more

How To : Make an if decision for Java programming

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this free discusses how to use if stat ...more

How To : Understand tenses in the English language (for ESL)

An English teacher shows some of the differences between the present tense and the present continuous tense in making statements, negatives, and questions. For ESL students. If you are learning to speak English, watch this video on present tense vs. present continuous tense.

How To : Use the output functions in MapForce

Designing a data mapping project in MapForce? The output functions in MapForce let you preview textual or XML output, save it to disk, or look at SQL statements for database output before committing them to the database server. Learn how in this tutorial.

How To : Program conditionals in GlovePie

You can connect your Nintendo Wii Wiimote to your PC using GlovePie input emulation software and a bluetooth connection. Learn how to program conditionals - if, if/then, and if/else statements - in GlovePie.

How To : Calculate cash flow from assets in Microsoft Excel

As you might guess, one of the domains in which Microsoft Excel really excels is finance math. Brush up on the stuff for your next or current job with this how-to. In this tutorial from everyone's favorite digital spreadsheet guru, YouTube's ExcelIsFun, the 11th installment in ...more

How To : Use Boolean data types in Microsoft Visual Basic 6

In this clip, you'll learn how to use "True" and "False" statements in your VB code. Whether you're new to Microsoft's popular event-driven program language & IDE or a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free Visual Basi ...more

How To : Do a Naz graffiti gangsta and letters with Wizard

If you've ever heard of a little artist named Banksy, you know that street art has the unique power of combining whimsy with sociopolitical commentary, all done with mind-blowing efficiency. Learn how to produce your own aesthetically powerful graffiti statements by watching ...more

How To : Control your anger and temper

Getting angry makes you look weak, especially in an argument. Defuse your temper with these helpful tips. Controlling your anger requires a desire to understand its source, and to take action to tamp it down. Step 1: Count to 10 Declare a “time out” when you feel anger risi ...more

How To : Use the simple present tense in English

A lot of the English you hear in the real world isn't taught in the classroom. This ESL tutorial is a quick lesson about using the simple present tense. The simple present tense are actions that are repeated or habitual and statements that are always true. Watch this how to vi ...more

How to Java : E6 (While Loops)

I'm back! We're learning Java WhileLoops today. What Are "while" loops Just like For Loops, While loops are another type of loops in Java, except they rely on only a true/false statement to determine whether they run or not. Parts of a While Loop A while loop has 3 parts: ...more

Prev Page
  • Hot
  • Latest