Skip to content
Dr James Froggatt
  • Website security (& ethical hacking)
  • Web programming services
  • Website development
  • Prices
  • Blog
  • Contact
Menu Close
  • Website security (& ethical hacking)
  • Web programming services
  • Website development
  • Prices
  • Blog
  • Contact

Blog

If statement

  • Post author:admin
  • Post published:November 20, 2011
  • Post category:Decision statements
  • Post comments:0 Comments

Continue ReadingIf statement

Increment Operators

  • Post author:admin
  • Post published:November 20, 2011
  • Post category:Math Operators
  • Post comments:0 Comments

... gives the same output as The output we get is 5. This is known as pre-incrementing. Post-incrementing (horses++) the above would output 4 because it's outputting before it's incrementing,…

Continue ReadingIncrement Operators

Modulus

  • Post author:admin
  • Post published:November 20, 2011
  • Post category:Math Operators
  • Post comments:0 Comments

This program returns 1, because the modulus % finds the remainder. 2 goes into 7, 3 times, with a remainder 1.

Continue ReadingModulus

Basic calculator using simple keyboard input

  • Post author:admin
  • Post published:November 20, 2011
  • Post category:Java I/O
  • Post comments:0 Comments

This outputs: Enter first number: 10.3 Enter second number: 2.9 13.200000000000001

Continue ReadingBasic calculator using simple keyboard input

Basic Input program

  • Post author:admin
  • Post published:November 20, 2011
  • Post category:Java I/O
  • Post comments:0 Comments

One way of getting input from a user is to use stuff already built into java, and this is known as a scanner. A scanner takes input from a user…

Continue ReadingBasic Input program

Basic use of variables

  • Post author:admin
  • Post published:November 20, 2011
  • Post category:Basic Variables/Variables
  • Post comments:0 Comments

Displays the text "I have 2.5 games."

Continue ReadingBasic use of variables

Basic class file in java

  • Post author:admin
  • Post published:November 20, 2011
  • Post category:Class Files
  • Post comments:0 Comments

In this basic class file, println is a method. The main method is the starting point for any java program. Technically, in this simple program, the method is the following…

Continue ReadingBasic class file in java

Poosoo

  • Post author:admin
  • Post published:November 20, 2011
  • Post category:Out and about on Android
  • Post comments:0 Comments

Continue ReadingPoosoo

test

  • Post author:admin
  • Post published:November 20, 2011
  • Post category:Out and about on Android
  • Post comments:0 Comments

test

Continue Readingtest

test 2 in html mode

  • Post author:admin
  • Post published:November 20, 2011
  • Post category:Java
  • Post comments:0 Comments

here is some test code And an xml test

Continue Readingtest 2 in html mode
  • Go to the previous page
  • 1
  • …
  • 20
  • 21
  • 22
  • 23

Search

Recent

  • Make grass than bends September 24, 2022
  • Making a png sprite map in InkScape (for later use in Javascript Game or any other game) September 24, 2022
  • Setting up node JS September 21, 2022

Categories

  • AJAX
  • Android Development
    • Activities and Intents
    • Android Examples
    • Big Nerd Ranch Notes
    • Fragments
    • Program Anatomy
  • CSS
  • GIT
  • HTML
  • Inkscape
  • Installations
    • VBulletin5
    • Wordpress
    • XAMPP
  • Java
    • "this" keyword
    • Abstract Classes & Interfaces
    • Arrays
    • Class Files
      • Abstract classes & methods
      • Final
      • Public, private, this
      • Static
      • Time Class
    • Compostition
    • Conditional operators
    • Constructors
      • Basics
      • Overloading Constructors
    • Decision statements
    • Enumeration
    • Inheritance
    • Inner classes
    • Interfaces
    • Java GUI
    • Java I/O
    • Keywords
      • Static
      • Super
    • Loops
    • Math Operators
    • Methods
      • Implicit & Explicit Parameters
      • Overloading
      • Overriding
      • Static Methods
      • Substring()
      • toString
    • Object Reference Preservation
    • Objects
      • Basics
      • Examples
    • Reference Types vs Primitive Types
    • Simple Programs
    • Specific Concepts
    • Variables
      • Basic Variables
      • Static variables
      • Variable Scope
  • Javascript
    • NodeJS
  • Javascript HTML DOM
  • Metatrader
  • Miscellaneous
    • Cooking recipes
    • DIY E-liquids
    • Go Pro 2
    • Holidays
    • Oakham School
    • Out and about on Android
    • Survivors Manchester
    • Trading
    • Wordle
    • Wordpress Stuff
  • Notepad++
  • PHP Programming
    • PHP Objects
    • PHP security
  • PMF
  • Python and Neural Networks
    • Latex
    • Lists and Arrays
    • Manipulating CSV files
    • Neural Network Notation
    • Sigmoids and tan
  • React and Node.js
  • SQL & Databases
    • SQL Specifics
    • World Map Manipulation

Copyright James Froggatt 2017-2020