check whether triangle is equilateral, scalene or isosce...
Menu-driven Calculator
Posted on April 29, 2021by HI_TECH SK with No comments
Menu-driven Calcula...
program to read marks of three subjects and show the division
Posted on April 28, 2021by HI_TECH SK with No comments
&nb...
PatternPrinting-3
Posted on April 28, 2021by HI_TECH SK with No comments
Patte...
Write a Program to determine eligibility of an applicant for teacher interview using the criteria shown in table below. The program should ask the name and gender of the applicant and display the results as “Congratulation Mr. or Ms. XXX, you are eligible for the interview” or “Sorry Mr. or Ms. XXX, you are not eligible for the interview”. Mr. or Ms. is displayed according to the gender provided by the user and XXX is the name entered from user keyboard
Posted on April 28, 2021by HI_TECH SK with No comments
&nb...
WAP in Java Using all the concepts of OOP, Exception handling and Packages -II
Posted on April 27, 2021by HI_TECH SK with No comments

Aim:To make a simple java project for shoe shop using all the concept of OPPS,Exception handling and packages
Background:HI-TECH SHOE SHOP is a project made to help people buy shoes. This project was done to enhance my java programming skills and develop further knownledge on the concepts of OOPS,Exception...
Write a program to do the following task:
A. Asks a student if he/she is full-time or part-time.
B. If the student is full-time, the program will ask for the student's major and print the input for major followed by "is a good major" to the screen. If the student is not full-time, the program will ask the student how many credits he/she is taking. If the student is taking more than 6 credits, the program will print "That is a lot for a part-time student" to the screen. If the student is taking 6 or less credits, the program will print "That is nice" to the screen.
Posted on April 27, 2021by HI_TECH SK with 1 comment
&nb...
Program to accept the height of a person in centimeter and categorize the person according to their height using the following information
Posted on April 27, 2021by HI_TECH SK with No comments
&nb...
Structure in C-1
Posted on April 26, 2021by HI_TECH SK with 1 comment

Question: Write a program in C using struct for displaying results in order for 3 students.The program used include name,marks in 6 subjects,total and average. it should print result in table form
#include <stdio.h>
#include <stdlib.h>
struct
{
char fn[12],ln[8];
int sn,cpl,che,mat,egp,phy,acs,t;
...
WAP in Java Using all the concepts of OOP,Exception handling and Packages -I
Posted on April 24, 2021by HI_TECH SK with 1 comment

(adsbygoogle = window.adsbygoogle || []).push({});
Aim: To create a program to allow people to register for credit management system and print their
information and prompt user to register for the program.
Background:
Credit management system program is made to help people register...
Print Hello World! without semicolon
Posted on April 22, 2021by HI_TECH SK with 2 comments
Printing Hellowor...
Print total odd numbers from 1 to n
Posted on April 22, 2021by HI_TECH SK with No comments
Print total odd numbers from 1 to...
Teachers Day card in java
Posted on April 20, 2021by HI_TECH SK with No comments

"As each child grows older, he/she needs to learn in order to survive; teachers are the ones to instill knowledge (DeRoy)." Therefore i have made a simple java program using Swings to wish all the teachers a very happy teachers Day.
Code Explaination
In this code there are 3 classes: 1.teacher class...
PatternPrinting-2
Posted on April 14, 2021by HI_TECH SK with No comments
Patte...
PatternPrinting-1
Posted on April 14, 2021by HI_TECH SK with No comments
Patte...
Why We Should Let Youths Use Social Media
Posted on April 13, 2021by HI_TECH SK with 1 comment

Social media is a very vital thing in this 21st century for many people. Facebook, WhatsApp, Messenger, WeChat, and Instagram are just some of the common social networking sites used by many people. Although some people say that social media is a boon in this digital era, still few consider...
Make Registration form using only AWT
Posted on April 13, 2021by HI_TECH SK with 1 comment

Java AWT (Abstract Window Toolkit) is an API to develop GUI in java.
it has many components like button, label, checkbox, etc. used as objects inside a Java Program.Java AWT components are platform-dependent which implies that they are displayed according to the view of the operating system. It is also...
Credit Management System Project in Java
Posted on April 08, 2021by HI_TECH SK with No comments
Credit Management System Project in J...
Subscribe to:
Posts (Atom)