ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
Computer Programming

 Comments and Sub-Routines
Cp l8 comments_and_subroutines
Cp l8 comments_and_subroutines
//
Cp l8 comments_and_subroutines
Cp l8 comments_and_subroutines
/*
*/
Cp l8 comments_and_subroutines
Cp l8 comments_and_subroutines
Cp l8 comments_and_subroutines
Cp l8 comments_and_subroutines
Cp l8 comments_and_subroutines
public void myFunction (int inputValue){
  // Your code goes here
}
Cp l8 comments_and_subroutines
public int myFunction (int inputValue){
  // Your code goes here
  return (newIntValue);
}
Next Time:
• Examples
• More examples
• And even more examples

More Related Content

Cp l8 comments_and_subroutines