Library tutorials & articles

Number Operations

There are ways to make modifying integers and other number variables much more quick then they usually are. Want to know how? Read on...

I'll teach you speedy number operations in this tip. Please note: varName represents a variable, so I don't have to explain that to you over and over. varName can be changed with any variable. Now, let's get on with it...

Don't you hate having to write out stuff like:

varName = varName + 1

Well there is an easier way!! You can simply use:

varName ++

This will add 1 to your number. ++ simply adds 1. What if you wanted to add another number, like 5? Well, there's a good way to do this too. Just use:

varName =+ 5

=+ tells JAVA that you're adding to your integer. Just put a number after it and it will be added! Simple! I hope this has been helpful.

Comments

  1. 02 May 2003 at 06:45
    Hey, I'm 15 and have been using Visual Basic since I was early 14 - so we're both young programmers.

    I've recently took an interest in other languages such as C++ and JavaScript and also .NET. Which are both very similar.

    Just to say, great code sniplet. This would have been usefull a few weeks ago! Also, don't math variables have to be declared in JS? Like in C++:
    Code:
    Int varNum;
  2. 03 Nov 2001 at 06:17


    Goto www.learnasp.com/learn


    you can learn free asp scripting and it is quite comprehensive.


  3. 03 Nov 2001 at 00:00

    Sorry... I don't know ASP o_O

  4. 02 Nov 2001 at 07:39

    Im an aspiring ASP developer but lack the know how please help

  5. 01 Jan 1999 at 00:00

    This thread is for discussions of Number Operations.

Leave a comment

Sign in or Join us (it's free).

Jamie Lindgren Uhm... I dunno why I'm typing this, cuz nobody is gonna read it probably, but anyway... I am (guess my age!! haha... 14) years old and I like programming, web design, and graphic design. I'm pursui...

Related podcasts

  • jQuery in ASP.NET

    In this episode Chris Brandsma, Rick Strahl, Dave Ward, Bertrand Le Roy, Scott Koon, and Steven Harman discuss Microsoft's jQuery in ASP.NET announcement.This episode of the Alt.NET Podcast is brought to you by LLBLGen Pro, the most mature O/R mapper and code generator out there.Are you loo...

Events coming up

  • Feb 25

    Mitcho's talk on Ubiquity and/or JetPack

    Cambridge, United States

    Our February 2010 JavaScript Meetup will be held on Thursday, February 25th at Microsoft Research Center located at One Memorial Drive in Cambridge. When you arrive security will direct you to the correct floor. There is also parking available at a cheap evening rate in the building. Parking is also free on the street in front of the building at 6 PM.At 6:30 PM our fellow member Mitcho (mitcho.com) will share his knowledge of Ubiquity and/or JetPack. I hear he is an awesome presenter.

We'd love to hear what you think! Submit ideas or give us feedback