Posts

Unlock Your Future in Cybersecurity with Expert Online Training!

Image
Unlock Your Future in Cybersecurity with Expert Online Training! The world of cybersecurity is rapidly expanding, and the demand for skilled professionals has never been higher. Are you ready to step into this exciting and critical field? Get equipped with the industry's most sought-after skills through comprehensive online training led by renowned expert, Saeed Ahmad . Meet Your Instructor: Saeed Ahmad Learn from the best! Saeed Ahmad is an experienced and highly respected Cyber Security Trainer . Recognized for his deep expertise and practical approach, Saeed brings a wealth of knowledge, including experience aligned with industry leaders like Cisco . He is dedicated to providing students with not just theoretical knowledge, but the real-world, hands-on skills needed to succeed. High-Demand Online Cybersecurity Courses Offered Saeed Ahmad offers intensive, hands-on online training programs designed to prepare you for globally recognized ...

Calculate Salary Tax

/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package salarytax; import java.util.Scanner; /** * * @author saeed */ public class SalaryTax { /** * @param args the command line arguments */ public static void main(String[] args) { Scanner scan=new Scanner(System.in); // TODO code application logic here System.out.print("Enter the Salary "); int salary=scan.nextInt(); int tax=0; if(salary<=10000){ tax=salary*5/100;          }else if ((salary>10000)&&(salary<=20000)){ tax=salary*10/100;      }else if(salary>20000){ tax=salary*15/100;   } salary=salary-tax; System.out.println("Your Tax Amount ="+tax); System.out.println("Your Paybale Salary ="+salary);              } ...

Binary Search Using C Language

Image
#include"stdio.h" #include"conio.h" int array[50],m=-1,n,size,key; void displayArray(); void sortArray(); int binarySearch(); int main(){ clrscr(); printf(":BINARY SEARCH:\n"); printf(":=============:\n"); do     { m++; printf("\n -1 EXIT\t"); printf("Pos: Array[%d] =",m); scanf("%d",&array[m]); }while(array[m]!=-1); size=m; printf("Enter value to be search..."); scanf("%d",&key); ////////////////////////////////////////////// clrscr(); printf("\nDEMONSTRATING BINARY SEARCH (C index start from 0)\n"); printf("\n===========================\n"); printf("\nYOUR ENTERED DATA\n"); displayArray(); ////////////////////////////////////////////// printf("\n\nAFTER ASCENDING SORT\n"); sortArray(); displayArray(); printf("\n\nSEARCHING VALUE = %d\n",key); int x=binarySearch(); printf("\n Valued Found at Index = %d",x); getch()...

How to send a message thru DOS to another local PC?

Youu must put systems in same network as you know. step1 : start --> run --> (type) services.msc --> (press) ok step2 : find for 'messenger' services (you can press 'm' as well to find it) step3 : double click it ! change status form disabled to automatic if it is 'disabled'. step4 : press start button & finish the process. step5 : open your command prompt step6 : type the following "net send ComputerNameHere some messages overhere" step7 : Enter to send 

Chess Game : Best of Saeed Vs Akhlaq Khan Sep-2008

Image

Saeed Vs Khan Sep-2008 ( Best of Knights )

Image

Saeed Vs Khan Sep-2008 ( Hot Chess Games - 01)

Image