Pratyush
BAN USER
public class MoveZero {
public static void main(String args[]){
int[] num={1,2,3,0,0,0,4,5};
for(int i=0;i<num.length;i++){
if(num[i]==0){
int k=num[i];
for(int j=0; j<=i ; j++){
num[j]+=k;
k=num[j]-k;
num[j]-=k;
}
}
}
for(int i = 0;i<num.length;i++)
System.out.print(num[i]+"\t");
}
}
public class Angle {
public static void main(String args[]){
float hr=12; //time hour
float min=5; //time minute
if (hr>=12){
hr-=12;
}
float ang=360/60; //Unit Angle
float mv=(float)5/60; //Hour hand movement per minute
float hr1=hr*5+mv*min; //Hour hand position
System.out.println("hr1: "+hr1);
if(hr1>min){
float temp=hr1-min;
System.out.println("Angle="+temp*ang);
}
else{
float temp=min-hr1;
System.out.println("Angle="+temp*ang);
}
}
Repaileenpankney, photographer at Precious Moments
Confident and dedicated photographer with experience in both professional and freelance photography. I like to explore Black Magic Spell To ...
Repgarlandkrebs, Animator at ADP
Highly focused and seasoned magazine editor with vast experience in all stages of weekly and monthly magazine production. My aim ...
Reprafaeltanner210, Associate at 247quickbookshelp
I am Labor relations directors, oversee employment policies in union and nonunion settings. I draw up, negotiate, and administer labor ...
Repkiaspenill, HTML Experienced at Computer Associates
I am Kia, a skilled cook with 2+ years of experience. Extensive knowledge of the food industry and its relation ...
Repceciliajbaker24, Area Sales Manager at ABC TECH SUPPORT
I work as an Aide at the Alhambra Maker-space, consulting ASU students who come into the space with their projects ...
RepRoseLeen, abc at 8x8
I am a strongly seasoned and handworking entry level graphic designer with extraordinary creative thinking and project design abilities. I ...
Repguthg713, Area Sales Manager at Broadsoft
I am News camera operator photojournalist who records video of news interest for television and online media outlets. I have ...
RepTimothyAYocum1, Android Engineer at ABC TECH SUPPORT
I am a medical or osteopathic doctor who specializes in eye and vision care. My work Ophthalmologists differ from optometrists ...
Repopalphelan234, Associate at 247quickbookshelp
I am a specialized Cardiac and vascular nurse at the Circus World . Here I meet different people and observe their ...
- Pratyush May 25, 2015