• Skip to main content
  • Skip to primary sidebar

Founder at work

Master the skills to create and launch your next SaaS company

  • About Me
  • Reviews
  • Resources
  • Community
  • Contact
  • Lessons
  • Series
  • Search
  • Login

Have you ever wanted to see if a number really is even or odd?

October 24, 2012 by Rick Hernandez Leave a Comment

import java.util.Scanner; public class EvenOrOdd { public static void main (String []args) { int EvenOrOdd = 0; // set EvenOrOdd to zero Scanner input = new Scanner(System.in); // create a new object scanner … [Read more...] about Have you ever wanted to see if a number really is even or odd?

Filed Under: Java, Programming

Need some motivation? check out my empowering words.

October 23, 2012 by Rick Hernandez Leave a Comment

Complexity Lean and mean Rock Star Motivation Kill them all Applied thought Change Kick ass programmer Profound connections Passionate about what I do Extreme Ideas Logic flow Rapid Development Creative … [Read more...] about Need some motivation? check out my empowering words.

Filed Under: Brain complexity, Human Interaction

Have you ever wanted to code exponents in java? now you can!

October 23, 2012 by Rick Hernandez Leave a Comment

import java.util.Scanner; public class Exponents { public static void main (String []args) { int base = 0; int exponent = 0; Scanner input = new Scanner(System.in); System.out.println("Please enter a base: "); base = … [Read more...] about Have you ever wanted to code exponents in java? now you can!

Filed Under: Java, Programming

What is method overloading in java?

October 22, 2012 by Rick Hernandez Leave a Comment

Method overloading, allows you to define multiple methods with the same name allowing you to to define multiple methods with the same name as long as each of the methods has a different signature.  So that brings up the question of  what is a signature? its the … [Read more...] about What is method overloading in java?

Filed Under: Java, Programming, Uncategorized

how to get to know shapes in java?

October 21, 2012 by Rick Hernandez Leave a Comment

Simple Two step processes Step one: Create a method (work that gets done) Step two: Show of your fabulous work (Call your new method ) … [Read more...] about how to get to know shapes in java?

Filed Under: Generative Art, Java, Programming

Running lean and mean

October 18, 2012 by Rick Hernandez Leave a Comment

… [Read more...] about Running lean and mean

Filed Under: Human Interaction, Lean Startup

How can to validate XHTML?

October 18, 2012 by Rick Hernandez Leave a Comment

It's important: it's a good tool to help designers and web developers test and debug their current code, help meet the W3C standards and avoid coding nightmares. … [Read more...] about How can to validate XHTML?

Filed Under: Web Development, XHTML

What does valid type XHTML mean?

October 18, 2012 by Rick Hernandez Leave a Comment

… [Read more...] about What does valid type XHTML mean?

Filed Under: Web Development, XHTML

Working with valid XHTML

October 18, 2012 by Rick Hernandez Leave a Comment

  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" … [Read more...] about Working with valid XHTML

Filed Under: Web Development, XHTML

Revised Java Coin program

October 18, 2012 by Rick Hernandez Leave a Comment

import java.util.Scanner; //imports Scanner util public class MinimumCoins { public static void main(String[] args) { Scanner input = new Scanner(System.in); //creates an instance of a class called input // sets inintial … [Read more...] about Revised Java Coin program

Filed Under: Java, Programming

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 34
  • Go to page 35
  • Go to page 36
  • Go to page 37
  • Go to page 38
  • Interim pages omitted …
  • Go to page 43
  • Go to Next Page »

Primary Sidebar

Learn How To Take Your Idea And Convert It Into An App From Scratch Even If You Have Never Written A Single Line Of Code.

  • How to Find Your Next Great App Idea
  • The Secret To Getting PAID To Build Your Own App
  • How To Create Your App (SaaS, Mobile, VR, AR, Game)
  • How To Monetize Your Apps
Learn More
4.82 Ratings

Copyright © 2025 · JSecademy Blog Theme on Genesis Framework · WordPress · Log in