Skip to content

Appychip

Keep Learning & Keep Sharing

  • List of Remote Companies offering Remote Jobs
JAVA JAVA Program to determine whether a number is prime or not prime number Uncategorized 

JAVA Program to determine whether a number is prime or not

March 7, 2012 Appychip 0 Comments

JAVA Program to determine whether a number is prime or not WAP to determine whether an entered number is prime

Read more
Array array of string JAVA java program to sort array of strings sort array Uncategorized 

java program to sort array of strings

March 7, 2012 Appychip 1 Comment

 Java program to sort array of string import java.util.Arrays;class SortString{ public static void main(String args[]) { String[] names = {“Zoe”,

Read more
JAVA Selection sort program in java sort program Uncategorized 

Selection sort program in java

March 7, 2012 Appychip 0 Comments

Selection sort program in java class SelectionSorting  { public static void main(String arg[]) { int a[]={3,30,4,12,1,2,34,22,4,3,5,8}; System.out.println(“nnInput values:”); for(int i=0;i<a.length;i++)

Read more
average product program that reads three nonzero value entered by the user and determines and prints sum smallest & largest of three. Uncategorized 

program that reads three nonzero value entered by the user and determines and prints sum, product, average, smallest & largest of three.

March 7, 2012 Appychip 0 Comments

program that reads three nonzero value entered by the user and determines and prints sum, product, average, smallest & largest

Read more
JAVA palindrom Palindrome program in java Uncategorized 

Palindrome program in java

March 7, 2012 Appychip 0 Comments

Palindrome program in java Write an application that reads a five digit integer and determine whether it is a palindrome

Read more
motivation Theories of Motivation theory of motivation Uncategorized 

Theories of Motivation

February 9, 2012 Appychip 0 Comments

People – Theories of MotivationThere are a number of different views as to what motivates workers. The most commonly held

Read more
management Management : art as well as science. Uncategorized 

Management : art as well as science

February 9, 2012 Appychip 0 Comments

The concept of management is universal and very old. That is why different views have been expressed about its nature

Read more
Henry Fayol Henry Fayol's Principle of Management principle of management Uncategorized 

Henry Fayol’s Principle of Management

February 9, 2012 Appychip 0 Comments

Fayol developed theory of management. According to him managerial excellence is a technically ability and can be acquired. He developed

Read more
abstract class abstract class and interface class Difference between class interface Uncategorized 

Difference between class, abstract class and interface

December 24, 2011 Appychip 0 Comments

Following are the difference between the Classes and Interface 1. The interfaces are used in java to implementing the concept

Read more
simpson one third program in c simpson program Simpson's 1/3rd program in c for tabulated values Uncategorized 

Simpson’s 1/3rd program in c for tabulated values

December 13, 2011 Appychip 0 Comments

 Simpson’s 1/3rd program in c for tabulated values #include<stdio.h>#include<conio.h>#include<math.h>void main(){ int i,n; float x[6],y[6],u,k,h=0.05,s,s2,s4,integral; clrscr(); for(i=0;i<7;i++) { printf(“enter x[%d]”,i); scanf(“%f”,&x[i]);

Read more
  • ← Previous
  • Next →

Recent Posts

  • How To Install/Setup/Deploy/Configure WordPress Using Ansible on AWS EC2 Linux/Ubuntu Server
  • Deploy or Install Apache Webserver Using Ansible-Playbook
  • Build or Run a Jenkins Job on Github Pull Request
  • How To Protect Nginx Server From POODLE Attack Against SSLV3
  • What is POODLE and TLS_FALLBACK_SCSV? How To Check if the SSL Connection Supports TLS_FALLBACK_SCSV Using Testssl Tool

Recent Comments

  • sachin jaiswal on Setting up Django Project Production Ready
  • Dilip Mevada on Setup Consul on a Single Server
  • yogesh saini on BOUNDARY-FILL PROGRAM IN C
  • Interview Gig on What is docker | Introduction To Docker
  • Anonymous on Setting up Django Project Production Ready
Copyright © 2025 Appychip. All rights reserved.
Theme: ColorMag by ThemeGrill. Powered by WordPress.