Skip to main content

Posts

Showing posts with the label Computer

Java Program to Make Student Progress

Student Progress The First Class is Student Class:-   public class Student { private string first_name; //private String last_name; private string father_name; private string Address; private string chem_marks; private String phy_marks; private String bio_marks; private String math_marks; private String eng_marks; public Student(string first_name,String father_name , String Address , String chem_makrs , String phy_marks , String bio_marks , String math_marks , String eng_marks ) { super(); this.first_name = first_name; this.father_name= father_name; this.Address = Address; this.chem_marks= chem_marks; this.phy_marks= phy_marks; this.bio_marks= bio_marks; this.math_marks= math_marks; this.eng_marks= eng_marks; } public String getFirst_name() { return first_name; } public void setFirst_name(String first_name) { this.first_name = first_name; } /*public String getLast_name() { return last_na...

Something New For Indians

Transact your amount Easily !  By                                               Tez (google) Google Recently launch an app for the people of India just. It provides you the Best way to interact with your customers to pay you quickly. What you have o do to avail this service ?  The Following Procedure will help you: Firstly Download the App. Second create your own custom Bussiness By interacting with your targeted customers you will directly paid by them at your online platform by " Tez ". It secures you from third party interaction to involve in your personal payments. Download it and enjoy the app. But there is limitation for the usage of this app . This app is just designed for a specific region called "India" Well its their choice from which region they want to start as it Good enough to compete to others payments res...

a speculative study of bscs

BSCS STUDENTS AND A CONTEMPORARY FIELD: A SPECULATIVE STUDY TABLE OF CONTENTS EXECUTIVE SUMMARY……………………………………………………………………….4 HISTORY…………………………………………………………………………………………5-6 MODERN TRENDS………………………………………………………………………………7-8 INTRODUCTION…………………………………………………………………………………8 PROCEDURES……………………………………………………………………………………8 METHADOLOGY--------------------------------------------------------------------------------------------9 THEORY OF COMPUTER SCIENCE--------------------------------------------------------------------9 THEORY OF COMPUTATION----------------------------------------------------------------------------10 ALGORITHAM & DATA STRUCTURE-----------------------------------------------------------------10 PROGRAMMING LANGUAGE THEORY---------------------------------------------------------------10 FINDINGS…………………………………………………………………………………………11-14 ANALYSIS………………………………………………………………………………………..15 RECOMMENDATIONS………………………………………………………………………….15 CONCLU...