• 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

How to do addition in java?

September 4, 2012 by Rick Hernandez Leave a Comment

I imported a class with the import java.util.Scanner; it seemed a little awkward to do in java, so used to C. import java.util.Scanner; // class scanner gets imported public class addition { public static void main(String [] args ) { Scanner input = … [Read more...] about How to do addition in java?

Filed Under: Java, Programming

How much can you remember?

September 4, 2012 by Rick Hernandez Leave a Comment

multitask is a myth how unforgiving is the brain shade blindness people see colors differently then other people sometimes your vision could be lying to you watch movie (pay attention @ national geographic) stress can cause misjudgment of ideas … [Read more...] about How much can you remember?

Filed Under: Brain complexity, Human Interaction

Flowcharting

August 28, 2012 by Rick Hernandez Leave a Comment

Terminator (Terminal Point, Oval) Terminators show the start and stop points in a process. When used as a Start symbol, terminators depict a trigger action that sets the process flow into motion. Think about this like the complete beginning of a program or stop … [Read more...] about Flowcharting

Filed Under: Programming

Communicating in the Workplace

August 24, 2012 by Rick Hernandez Leave a Comment

How important is technical communication? Technical communication in today's market place is one of the strongest assets anyone can bring to an organization, that's if your starting your business or joining one. It has been shown regularly with surveys from people … [Read more...] about Communicating in the Workplace

Filed Under: Human Interaction, Technical Writing

Creating a multiplication table in java

August 22, 2012 by Rick Hernandez Leave a Comment

/** * Multiplication table */ public class tables { public static void main(String[] args) { //print header System.out.println("Multiplication Table:"); for (int k = 0; k <= 10; k++ ) { for(int j = 0; j <= 10; j++) { System.out.print( (j * k ) + "\t" … [Read more...] about Creating a multiplication table in java

Filed Under: Java, Mathematics, Programming

how to work with character values?

August 22, 2012 by Rick Hernandez Leave a Comment

public class Main { public static void main (String[] args) { char d1 = '1'; char d2 = '2'; char d3 = '3'; system.out.print(c1); system.out.print(c2); system.out.print(c3); } } … [Read more...] about how to work with character values?

Filed Under: Java, Programming

general rules of java operators

August 22, 2012 by Rick Hernandez Leave a Comment

so what are some of the java operators? i have broken down the values as follows in this list assignment this is the most common  operator  '=' equal '+' addition '-' subtraction '*' multiplication '/' division '%' modulist … [Read more...] about general rules of java operators

Filed Under: Java, Programming

How to use primitive data types downward in java?

August 22, 2012 by Rick Hernandez Leave a Comment

Java is really picky on how primitive data types get converted downward so in that case java requires you to be very explicit on how the change is done when going downwards, and once again we are going to list the data types.. double x64 bits float … [Read more...] about How to use primitive data types downward in java?

Filed Under: Java, Mathematics, Programming

How to use primitive data types in easy steps

August 22, 2012 by Rick Hernandez Leave a Comment

How to convert primitive data types upward? This a list of order primitives from biggest to smallest double x64 bits float long int short byte So how do you convert primitive data types upward you must first understand the data types … [Read more...] about How to use primitive data types in easy steps

Filed Under: Java, Mathematics, Programming

CS 10 Berkeley class notes

August 16, 2012 by Rick Hernandez Leave a Comment

Lecture 2:How 3D graphics works Films, television, print Video games million of polygons per seconds four stage pipeline modeling animation Lecture 3:Video games Shigeru Miyamoto Donkey kong Super Mario bros … [Read more...] about CS 10 Berkeley class notes

Filed Under: C/C++, Game Theory, Human Interaction, JavaScript, Linux, Programming, Social Media

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 39
  • Go to page 40
  • Go to page 41
  • Go to page 42
  • 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 © 2023 · JSecademy Blog Theme on Genesis Framework · WordPress · Log in