Monday, November 25, 2019

Legal Age Checker in Visual Foxpro 9

I wrote this simple program that will ask the user to give their age and then the program will check and determine if the given age is already an Adult or Still a Minor.


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 City, Negros Occidental I also accepting computer repair, networking and Arduino Project development at a very affordable price.

My Facebook address is https://www.facebook.com/profile.php?...

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

My programming website is http://www.jakerpomperada.blogspot.com

I am also a book author you can purchase my books on computer programming and information technology in the following links below.



Thank you very much for your help and support.




Sample Program Output


Program Listing

* Ok Button 
age = VAL(thisform.text1.value)


IF (age>=18) then
  messagebox("You are already an Adult",64,"Legal Age Checker Results")
    thisform.text1.value =""
  thisform.text1.setfocus()
 ELSE
  messagebox("You still a Minor.",64,"Legal Age Checker Results")
  thisform.text1.value =""
    thisform.text1.setfocus()
ENDIF 

* Quit Button
thisform.release


Sunday, November 24, 2019

Legal Age Checker in Microsoft Visual Basic 6

I wrote this program using Microsoft Visual Basic 6 to ask the user to give an age if the given age is greater than or equal to 18 years old the user is already an adult else the user is still a minor.

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 City, Negros Occidental I also accepting computer repair, networking and Arduino Project development at a very affordable price.


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

My programming website is http://www.jakerpomperada.blogspot.com

I am also a book author you can purchase my books on computer programming and information technology in the following links below.



Thank you very much for your help and support.




Sample Program Output


Program Listing

Option Explicit

Private Sub Command1_Click()
Dim age As Integer

age = Val(Text1.Text)

If (age >= 18) Then
   MsgBox ("At the age of " & age & " you are already an ADULT.")
   Text1.Text = ""
   Text1.SetFocus
Else
   MsgBox ("At the age of " & age & " you are still a MINOR.")
   Text1.Text = ""
   Text1.SetFocus
 End If
End Sub

Private Sub Command2_Click()
End
End Sub





Present Date in Microsoft Visual Basic 6

A very simple program that I wrote to display the present date in Microsoft Visual Basic 6. The code is very simple it only written in one line of code. 

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 City, Negros Occidental I also accepting computer repair, networking and Arduino Project development at a very affordable price.


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

My programming website is http://www.jakerpomperada.blogspot.com

I am also a book author you can purchase my books on computer programming and information technology in the following links below.



Thank you very much for your help and support.


Sample Program Output


Program Listing

Private Sub Form_Load()
Form1.Show
Label1.Caption = Month(Now) & "/" & Day(Now) & "/" & year(Now)
End Sub



Digital Clock in Microsoft Visual Basic 6

I wrote this simple program using Microsoft Visual Basic 6 to display the current time from a computer. The code is very simple, short and easy to understand.

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 City, Negros Occidental I also accepting computer repair, networking and Arduino Project development at a very affordable price.

My Facebook address is https://www.facebook.com/profile.php?...

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

My programming website is http://www.jakerpomperada.blogspot.com

I am also a book author you can purchase my books on computer programming and information technology in the following links below.

https://www.mindshaperspublishing.com/

https://www.unlimitedbooksph.com/


Thank you very much for your help and support.





Sample Program Output


Program Listing

Private Sub Form_Load()
Form1.Show
End Sub

Private Sub Timer1_Timer()
Label1.Caption = Time
End Sub



Leap Year in Visual Basic 6

I wrote this simple program using Microsoft Visual Basic 6 as my programming language to ask the user to give a year and then the program will check if the given year is a leap year or not.

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 City, Negros Occidental I also accepting computer repair, networking and Arduino Project development at a very affordable price.

My Facebook address is https://www.facebook.com/profile.php?...

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

My programming website is http://www.jakerpomperada.blogspot.com

I am also a book author you can purchase my books on computer programming and information technology in the following links below.

https://www.mindshaperspublishing.com/

https://www.unlimitedbooksph.com/

Thank you very much for your help and support.




Sample Program Output


Program Listing

Private Sub Command1_Click()
Dim x, y, z, year
year = Val(Text1.Text)
x = year Mod 4
y = year Mod 100
z = year Mod 400
If ((x = 0 And Not (y = 0)) Or z = 0) Then
MsgBox ("The given year is a " & year & " LEAP YEAR.")
Else
MsgBox ("The given year is a " & year & " NOT A LEAP YEAR.")
End If
End Sub

Private Sub Command2_Click()
Text1.Text = ""
Text1.SetFocus
End Sub



Friday, November 22, 2019

Armstrong Number Solver in C

I wrote this program to ask the user to give an integer number and then the program will check whether the given integer number is an Armstrong number or not using 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 City, Negros Occidental I also accepting computer repair, networking and Arduino Project development at a very affordable price.

My Facebook address is https://www.facebook.com/profile.php?...

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

My programming website is http://www.jakerpomperada.blogspot.com

I am also a book author you can purchase my books on computer programming and information technology in the following links below.

https://www.mindshaperspublishing.com/

https://www.unlimitedbooksph.com/

Thank you very much for your help and support.





Sample Program Output

Program Listing

/* armstrong.c
   Author : Jake R. Pomperada,MAED-IT
   Date   : November 22, 2019  
   jakerpomperada@gmail.com */
   
#include<stdio.h>

int main()
{
        int n=0, sum=0, t=0, remainder=0;
        printf("\n\n");
printf("\tArmstrong Number Solver in C");
printf("\n\n");
printf("\tEnter a Number : ");
        scanf("%d",&n);

t = n;
 
   while( t != 0 )
     {
       remainder = t%10;
       sum = sum + (remainder*remainder*remainder);
       t = t/10;
        }
    
printf("\n\n");
   
    if (n == sum) {
    
      printf("\tThe number %d is an armstrong number", n);
   }
   else {
    printf("\tThe number %d is not an armstrong number", n);
   }
       printf("\n\n");
        printf("\tEnd of Program");
     }


Compound Interest Solver in C

I wrote this program to ask the user to give the principal amount, time and interest rate and then the program will compute the compound interest using 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 City, Negros Occidental I also accepting computer repair, networking and Arduino Project development at a very affordable price.

My Facebook address is https://www.facebook.com/profile.php?...

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

My programming website is http://www.jakerpomperada.blogspot.com

I am also a book author you can purchase my books on computer programming and information technology in the following links below.

https://www.mindshaperspublishing.com/

https://www.unlimitedbooksph.com/

Thank you very much for your help and support.




Sample Program Output


Program Listing

/* compound_interest.c
   Author : Jake R. Pomperada,MAED-IT
   Date   : November 22, 2019  
   jakerpomperada@gmail.com */
   
#include<stdio.h>
#include<math.h>

int main()
{
               float p=0.00,t=0;
               float r=0.00;
               float amount=0.00,ci=0.00;
        
                printf("\n\n");
printf("\tCompound Interest Solver in C");
printf("\n\n");
printf("\tEnter Principal Amount : ");
scanf("%f",&p);
printf("\tEnter Time (Annual)    : ");
scanf("%f",&t);
printf("\tEnter Rate of Interest : ");
scanf("%f",&r);
 
amount=p*pow((1 +r/100),t);
                ci=amount-p;
        
printf("\n\n");
                printf("\tThe Compound Interest is $ %2.2f",ci);
                printf("\n\n");
               printf("\tEnd of Program");
     }

Simple Interest Solver in C

I wrote this program to ask the user to give the principal amount, time and interest rate and then the program will compute the simple interest using 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 City, Negros Occidental I also accepting computer repair, networking and Arduino Project development at a very affordable price.

My Facebook address is https://www.facebook.com/profile.php?...

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

My programming website is http://www.jakerpomperada.blogspot.com

I am also a book author you can purchase my books on computer programming and information technology in the following links below.

https://www.mindshaperspublishing.com/

https://www.unlimitedbooksph.com/

Thank you very much for your help and support.




Sample Program Output


Program Listing

/* simple_interest.c
   Author : Jake R. Pomperada,MAED-IT
   Date   : November 22, 2019  
   jakerpomperada@gmail.com */
   
#include<stdio.h>

int main()
{
        float p=0.00,t=0;
        float r=0.00,si=0.00;
        
        printf("\n\n");
printf("\tSimple Interest Solver in C");
printf("\n\n");
printf("\tEnter Principal Amount : ");
scanf("%f",&p);
printf("\tEnter Time (Annual)    : ");
scanf("%f",&t);
printf("\tEnter Rate of Interest : ");
scanf("%f",&r);
 
si=(p*r*t)/100;
        
printf("\n\n");
        printf("\tSimple interest is $ %2.2f",si);
        printf("\n\n");
        printf("\tEnd of Program");
     }


Product of Two Numbers in C Using Functions