• 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

Programming

Do you have five items you want to sell?

October 14, 2012 by Rick Hernandez Leave a Comment

import javax.swing.JOptionPane; // To get windows panels public class RetailSales { public static void main (String [] args) { // name of strings String OnlineSales = "Welcome to the online retailer choose" + "choose the items … [Read more...] about Do you have five items you want to sell?

Filed Under: Java, Programming

Adding Loops to the grade calculation project

October 11, 2012 by Rick Hernandez Leave a Comment

… [Read more...] about Adding Loops to the grade calculation project

Filed Under: Java, Programming

What are interfaces in java?

October 11, 2012 by Rick Hernandez Leave a Comment

set of methods set of classes that have that set of methods be able to talk to classes with out hierarchy structure … [Read more...] about What are interfaces in java?

Filed Under: Java, Programming

What is the difference between preincrementing and postincrementing a variable?

October 2, 2012 by Rick Hernandez Leave a Comment

What is a preincrementing variable: PreIncrementing means that the variable is incrementedbefore the expression is evaluated: Example ++J What is a postincrementing variable: Postincremting means that the variable is incremented after the expression: … [Read more...] about What is the difference between preincrementing and postincrementing a variable?

Filed Under: Java, Programming

Compare and contrast the if single-selection statement and the while repetition statement?

October 2, 2012 by Rick Hernandez Leave a Comment

What is the if single-selection statement in Java: If the single selection is a statement in Java that evaluates to True or False meaning that if the statement results in True the work gets done on the true side if its evaluated false the true side gets ignored and … [Read more...] about Compare and contrast the if single-selection statement and the while repetition statement?

Filed Under: Java, Programming

What is a conditional operator in java (?:)

September 30, 2012 by Rick Hernandez Leave a Comment

(?:) smiley face with a hat that has a question also known in Java as the conditional operator what is it? The conditional operator can be a replacement of the if else statements in Java for example. (?:) ? --- means its a boolean expression meaning True or … [Read more...] about What is a conditional operator in java (?:)

Filed Under: Java, Programming

Getting to know pseudocode aka “ZudoCode”

September 30, 2012 by Rick Hernandez Leave a Comment

Pseudocode pronounced ZudoCode, pseudocode  is a tool used by software professionals to translate an idea to a type of form that can be used to get coded. a good example of this is when you get an idea and you just type out in a txt  editor that major actions that … [Read more...] about Getting to know pseudocode aka “ZudoCode”

Filed Under: Programming, Pseudocode

What are algorithms?

September 30, 2012 by Rick Hernandez Leave a Comment

The simplest way to explain and algorithms is to think about a series of steps that need to be executed in a specific order take for example applying shampoo. choose shampoo type open shampoo bottle squirt shampoo into a hand lather shampoo in … [Read more...] about What are algorithms?

Filed Under: Algorithms, Programming

How to use switch Statement in Java?

September 27, 2012 by Rick Hernandez Leave a Comment

import javax.swing.JOptionPane; class cambien { public static void main (String [] args) { String response; response = JOptionPane.showInputDialog ("what is your age?"); if (response == null) { JOptionPane.showMessageDialog … [Read more...] about How to use switch Statement in Java?

Filed Under: Java, Programming

How to use if statement to check for empty input box in java?

September 27, 2012 by Rick Hernandez Leave a Comment

import javax.swing.JOptionPane; //imports swing class class Practice { public static void main (String [] args) { String response; //creates "respose" string response = JOptionPane.showInputDialog //assignment of response ("what is your first … [Read more...] about How to use if statement to check for empty input box in java?

Filed Under: Java, Programming

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 19
  • Go to page 20
  • Go to page 21
  • Go to page 22
  • Go to page 23
  • Go to page 24
  • 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