Wednesday, October 9, 2019

Product of Two Numbers in C++

A simple program that I wrote that will ask the user to give two numbers and then the program will compute the product of two given numbers by the user and display the results on the screen. I am using Dev C++ as my C++ compiler in writing this program.

I am currently accepting programming work, IT projects, school and application development, programming projects, thesis and capstone projects, IT consulting work, computer tutorials, and web development work kindly contact me in the following email address for further details.  If you want to advertise on my website kindly contact me also in my email address also. Thank you.

My email address is the following jakerpomperada@gmail.com, jakerpomperada@aol.com, and jakerpomperada@yahoo.com.

My mobile number here in the Philippines is 09173084360.

My telephone number at home here in Bacolod City, Negros Occidental Philippines is  +63 (034) 4335675.

Here in Bacolod I also accepting computer repair, networking and Arduino Project development at a very affordable price.


My personal website is http://www.jakerpomperada.com.



Sample Program Output



Program Listing

product.cpp


// product.cpp
// Author  : Jake Rodriguez Pomperada,MAED-IT
// Date    : October 8, 2019    8:09 PM  Tuesday
// Website : http://www.jakerpomperada.com

#include <iostream>


using namespace std;

int main() {
  
  int a=0,b=0,product=0;

cout <<"\n\n";
cout <<"\tProduct of Two Numbers in C++";
cout <<"\n\n";
cout << "\tGive Two Numbers : ";
cin >> a >> b;

 product = (a*b);
cout <<"\n";
cout <<"\tThe product of " << a 
     << " and " << b << " is "<< product << ".";
 cout <<"\n\n";
 cout <<"\tEnd of the Program";     
}



Tuesday, October 8, 2019

ABC Auto Supply Payroll System in C++

A simple payroll system in C++ that shows how to use struct and functions in C++. I hope everyone will be benefited from this code of mine. Happy Coding 

I am currently accepting programming work, IT projects, school and application development, programming projects, thesis and capstone projects, IT consulting work, computer tutorials, and web development work kindly contact me in the following email address for further details.  If you want to advertise on my website kindly contact me also in my email address also. Thank you.

My email address is the following jakerpomperada@gmail.com, jakerpomperada@aol.com, and jakerpomperada@yahoo.com.

My mobile number here in the Philippines is 09173084360.

My telephone number at home here in Bacolod City, Negros Occidental Philippines is  +63 (034) 4335675.

Here in Bacolod I also accepting computer repair, networking and Arduino Project development at a very affordable price.


My personal website is http://www.jakerpomperada.com.



Sample Program Output




Birthday Information System in PHP and MySQL

About the code this a simple database application that I wrote and developed using PHP/MySQL. It has all the functions like add, edit, delete, search a record in the database.

I am currently accepting programming work, IT projects, school and application development, programming projects, thesis and capstone projects, IT consulting work, computer tutorials, and web development work kindly contact me in the following email address for further details.  If you want to advertise on my website kindly contact me also in my email address also. Thank you.

My email address is the following jakerpomperada@gmail.com, jakerpomperada@aol.com, and jakerpomperada@yahoo.com.

My mobile number here in the Philippines is 09173084360.

My telephone number at home here in Bacolod City, Negros Occidental Philippines is  +63 (034) 4335675.

Here in Bacolod I also accepting computer repair, networking and Arduino Project development at a very affordable price.


My personal website is http://www.jakerpomperada.com.


Sample Program Output





Sort Algorithms in C Language

About this code, I called in Sorting Algorithms in C language. It composed of five most common sorting algorithms like the bubble sort, selection sort, insertion sort, bucket sort, and shell sort written entirely in C. I hope this code will help someone you are new in C programming. 

I am currently accepting programming work, IT projects, school and application development, programming projects, thesis and capstone projects, IT consulting work, computer tutorials, and web development work kindly contact me in the following email address for further details.  If you want to advertise on my website kindly contact me also in my email address also. Thank you.

My email address is the following jakerpomperada@gmail.com, jakerpomperada@aol.com, and jakerpomperada@yahoo.com.

My mobile number here in the Philippines is 09173084360.

My telephone number at home here in Bacolod City, Negros Occidental Philippines is  +63 (034) 4335675.

Here in Bacolod I also accepting computer repair, networking and Arduino Project development at a very affordable price.


My personal website is http://www.jakerpomperada.com.



Sample Program Output




Merge Sort in Java

About the code, it is called a merge sort program is written in Java programming language. Merge sort is another sorting algorithm the is widely used in arranging numbers and strings. It was developed by Dr. John Von Neumann in 1945.

I am currently accepting programming work, IT projects, school and application development, programming projects, thesis and capstone projects, IT consulting work, computer tutorials, and web development work kindly contact me in the following email address for further details.  If you want to advertise on my website kindly contact me also in my email address also. Thank you.

My email address is the following jakerpomperada@gmail.com, jakerpomperada@aol.com, and jakerpomperada@yahoo.com.

My mobile number here in the Philippines is 09173084360.

My telephone number at home here in Bacolod City, Negros Occidental Philippines is  +63 (034) 4335675.

Here in Bacolod I also accepting computer repair, networking and Arduino Project development at a very affordable price.


My personal website is http://www.jakerpomperada.com.



Sample Program Output




Calendar in Microsoft Visual Basic 6

Hi there about this code I called it Calendar written entirely in Visual Basic 6.0. This code will display the calendar on the screen that is unique about this code it does not use any third-party controls or codes to check the present date on your computer.

I am currently accepting programming work, IT projects, school and application development, programming projects, thesis and capstone projects, IT consulting work, computer tutorials, and web development work kindly contact me in the following email address for further details.  If you want to advertise on my website kindly contact me also in my email address also. Thank you.

My email address is the following jakerpomperada@gmail.com, jakerpomperada@aol.com, and jakerpomperada@yahoo.com.

My mobile number here in the Philippines is 09173084360.

My telephone number at home here in Bacolod City, Negros Occidental Philippines is  +63 (034) 4335675.

Here in Bacolod I also accepting computer repair, networking and Arduino Project development at a very affordable price.


My personal website is http://www.jakerpomperada.com.



Sample Program Output



Loan Calculator in Microsoft Visual Basic 6

This code will show how to compute the interest rate of a certain loan it is very beneficial to anyone who is working in a lending institution or in a bank using Microsoft Visual Basic 6.

 I am currently accepting programming work, IT projects, school and application development, programming projects, thesis and capstone projects, IT consulting work, computer tutorials, and web development work kindly contact me in the following email address for further details.  If you want to advertise on my website kindly contact me also in my email address also. Thank you.

My email address is the following jakerpomperada@gmail.com, jakerpomperada@aol.com, and jakerpomperada@yahoo.com.

My mobile number here in the Philippines is 09173084360.

My telephone number at home here in Bacolod City, Negros Occidental Philippines is  +63 (034) 4335675.

Here in Bacolod I also accepting computer repair, networking and Arduino Project development at a very affordable price.


My personal website is http://www.jakerpomperada.com.



Sample Program Output




Lowest, Middle and Highest Number Determiner in C++

About this program called I called it Lowest, Middle and Highest Number Determiner written in C++. What is good about the code is that I check and optimize it to check all the possible errors that may occur during program execution. I hope this code will help beginning programmers in C++.

I am currently accepting programming work, IT projects, school and application development, programming projects, thesis and capstone projects, IT consulting work, computer tutorials, and web development work kindly contact me in the following email address for further details.  If you want to advertise on my website kindly contact me also in my email address also. Thank you.

My email address is the following jakerpomperada@gmail.com, jakerpomperada@aol.com, and jakerpomperada@yahoo.com.

My mobile number here in the Philippines is 09173084360.

My telephone number at home here in Bacolod City, Negros Occidental Philippines is  +63 (034) 4335675.

Here in Bacolod I also accepting computer repair, networking and Arduino Project development at a very affordable price.


My personal website is http://www.jakerpomperada.com.



Sample Program Output





Lydia's Department Store Inventory System in C and C++

About this code, I called it Lydia's Department Store Inventory System using C/C++ as my base language. It has many functionalities that will manage the whole day to day transaction of business. This code shows how to use C/C++ as your language to develop a database application.


I am currently accepting programming work, IT projects, school and application development, programming projects, thesis and capstone projects, IT consulting work, computer tutorials, and web development work kindly contact me in the following email address for further details.  If you want to advertise on my website kindly contact me also in my email address also. Thank you.

My email address is the following jakerpomperada@gmail.com, jakerpomperada@aol.com, and jakerpomperada@yahoo.com.

My mobile number here in the Philippines is 09173084360.

My telephone number at home here in Bacolod City, Negros Occidental Philippines is  +63 (034) 4335675.

Here in Bacolod I also accepting computer repair, networking and Arduino Project development at a very affordable price.


My personal website is http://www.jakerpomperada.com.



Sample Program Output





Enrollment System in Microsoft Access

Hello, there I wrote this application in order to understand the concept of one to many relationships in a relational database using ms access. I'm glad the ms access is one of the easiest ways to create a database application without requiring big amount of time and proficiency in programming. In this application, I also created a function that will generate enrollment form of the student enroll in a particular course the system also counts the number of units enrolled of the student. I hope anyone will benefit from my simple enrollment system written entirely in ms access.

I am currently accepting programming work, IT projects, school and application development, programming projects, thesis and capstone projects, IT consulting work, computer tutorials, and web development work kindly contact me in the following email address for further details.  If you want to advertise on my website kindly contact me also in my email address also. Thank you.

My email address is the following jakerpomperada@gmail.com, jakerpomperada@aol.com, and jakerpomperada@yahoo.com.

My mobile number here in the Philippines is 09173084360.

My telephone number at home here in Bacolod City, Negros Occidental Philippines is  +63 (034) 4335675.

Here in Bacolod I also accepting computer repair, networking and Arduino Project development at a very affordable price.

My personal website is http://www.jakerpomperada.com.



Sample Program Output





Pointers in C

A simple program that I wrote to demonstrate how to use Pointers in C programming language.

I am currently accepting programming work, IT projects, school and application development, programming projects, thesis and capstone projects, IT consulting work, computer tutorials, and web development work kindly contact me in the following email address for further details.  If you want to advertise on my website kindly contact me also in my email address also. Thank you.

My email address is the following jakerpomperada@gmail.com, jakerpomperada@aol.com, and jakerpomperada@yahoo.com.

My mobile number here in the Philippines is 09173084360.

My telephone number at home here in Bacolod City, Negros Occidental Philippines is  +63 (034) 4335675.

Here in Bacolod I also accepting computer repair, networking and Arduino Project development at a very affordable price.

My personal website is http://www.jakerpomperada.com.


Program Listing

pointers.c

/*pointers.c
 Author    : Mr. Jake R. Pomperada,BSCS,MAED-IT
 Date      : November 30,2018  Wednesday 5:10 PM
 Location  : Bacolod City, Negros Occidental
 Website   : http://www.jakerpomperada.com
 Emails    : jakerpomperada@jakerpomperada.com
             jakerpomperada@gmail.com
             jakerpomperada@yahoo.com
             jakerpomperada@aol.com
*/
#include <stdio.h>

int main(void) {
  
  char dad[] = "Virgilio";
  char mom[] = "Lydia";
  
  printf("\n");
  printf("\t");
  printf("%c", *dad);     
  printf("%c", *(dad+1));  
  printf("%c", *(dad+2));  
  printf("\n\n");
  
  char *namePtr;
  namePtr = mom;
  
  printf("\t");
  printf("%c", *namePtr);    
  printf("%c", *(namePtr+1));   
  printf("%c", *(namePtr+2)); 
  printf("\n\n");
  printf("  End of Program");
  printf("\n\n");  
}


Legal Age Checker Using Ternary Operator in C++

A simple program that I wrote that will ask the user to give user age and then the program will check if the given age is already an Adult or still a Minor using C++.

I am currently accepting programming work, IT projects, school and application development, programming projects, thesis and capstone projects, IT consulting work, computer tutorials, and web development work kindly contact me in the following email address for further details.  If you want to advertise on my website kindly contact me also in my email address also. Thank you.

My email address is the following jakerpomperada@gmail.com, jakerpomperada@aol.com, and jakerpomperada@yahoo.com.

My mobile number here in the Philippines is 09173084360.

My telephone number at home here in Bacolod City, Negros Occidental Philippines is  +63 (034) 4335675.

Here in Bacolod I also accepting computer repair, networking and Arduino Project development at a very affordable price.

My personal website is http://www.jakerpomperada.com.



Program Listing

// legal_age.cpp
// Author : Jake Rodriguez Pomperada, MAED-IT
// Date   : October 7, 2019  


#include <iostream>

using namespace std;

 int main() {
  int age=0;
  cout <<"\n\n";
  cout << "\tLegal Age Checker Using Ternary Operator in C++";
  cout <<"\n\n";
  cout << "\tEnter Your Age :";
  cin >> age;
  cout <<"\n";
 
  age >= 18 ?cout <<"\tYou are Adult":
         cout <<"\tYou are Minor";
 
  cout <<"\n\n";
  cout <<"\tEnd of Program";
 
 }


Ternary Operators in C++

Multiplication Table in C++

Hello World Program in C++

Factorial a Number in C++

Monday, October 7, 2019

Factorial Solver in C++

A program that I wrote using C++ that will ask the user to give a number and then the program will compute the factorial value of the given number and display the results on the screen.

I am currently accepting programming work, IT projects, school and application development, programming projects, thesis and capstone projects, IT consulting work, computer tutorials, and web development work kindly contact me in the following email address for further details.  If you want to advertise on my website kindly contact me also in my email address also. Thank you.

My email address is the following jakerpomperada@gmail.com, jakerpomperada@aol.com, and jakerpomperada@yahoo.com.

My mobile number here in the Philippines is 09173084360.

My telephone number at home here in Bacolod City, Negros Occidental Philippines is  +63 (034) 4335675.

Here in Bacolod I also accepting computer repair, networking and Arduino Project development at a very affordable price.

My personal website is http://www.jakerpomperada.com.





Sample Program Output


Program Listing

factorial.cpp

#include <iostream>

using namespace std;

int fact(int n) { 
   if ((n==0)||(n==1))
      return 1; 
   else
      return n*fact(n-1);
}
int main() {
   int n=0;
   cout <<"\n\n";
   cout <<"\tFactorial Solver in C++";
   cout <<"\n\n";
   cout <<"\tGive a Number : ";
   cin >> n;   
   cout <<"\n";
   cout<<"\tThe Factorial of "<<n<<" is "<<fact(n) <<".";
   cout <<"\n\n";
   cout <<"\tEnd of Program";
   return 0;
}


Sticky Bar HTML/CSS/JS

Here is a sample program that is being provided by my close friend, business partner and fellow software engineer Sir Larry Dave Emol.

Sticky Bar HTML/CSS/JS name of this program.

I am currently accepting programming work, IT projects, school and application development, programming projects, thesis and capstone projects, IT consulting work, computer tutorials, and web development work kindly contact me in the following email address for further details.  If you want to advertise on my website kindly contact me also in my email address also. Thank you.

My email address is the following jakerpomperada@gmail.com, jakerpomperada@aol.com, and jakerpomperada@yahoo.com.

My mobile number here in the Philippines is 09173084360.

My telephone number at home here in Bacolod City, Negros Occidental Philippines is  +63 (034) 4335675.

Here in Bacolod I also accepting computer repair, networking and Arduino Project development at a very affordable price.


My personal website is http://www.jakerpomperada.com.



Sample Program Output


Program Listing

window.onscroll = function() {
    mySticky()
};

function mySticky() {
    var navbar = document.getElementById("navigation");
    var sticky = navbar.offsetTop;

    if (window.pageYOffset >= sticky) {
    navbar.classList.add("sticky")
    } else {
    navbar.classList.remove("sticky");
    }
}