Its KELVIN
Assuming the elements are integer type... a[k] ^= a[k+1]; a[k+1] ^= a[k]; a[k] ^= a[k+1]; ...but if they are not integer type... temp = a[k]; a[k] = a[k+1]; a[k+1] = temp;
//by rsravan12 #include<stdio.h> #include<conio.h> void main() { long int num,sum,k,temp ; clrscr(); printf("\nenter num= "); scanf("%d",&num); sum=0;num=temp; while(temp>0) { temp=temp%10; sum=sum+k*k*k; temp=temp/10; } if(num==sum) { printf("\n%d is armstrong",num); } else { printf("\n%d is not a armstrong",num); } getch(); } //hyderabad
SI unit for temperature is K. K stands for Kelvin
-273.15+600=326.85 degrees celsius
Scanner misterscan = new Scanner(System.in); int num1, num2, num3; int [] temp = new int[3]; for (int k = 0; k < 3; k ++) { System.out.print("Enter num: "); temp[k] = misterscan.nextInt(); } Arrays.sort(temp); //Uses merge sort, and since I am lazy I cheated. num1 = temp[0]; num2 = temp[1]; num3 = temp[2];
deg K means Kelvins...it is the standard temp used in chemistry. in order to get Kelvins from Celsius...just add 273 to the Celsius and you will get kelvin...i dont know about farheninheit though.
212 f, 373 k
3,150 + 100 k temp _
k-k-k-k-COLD!! -121 degree Celsius = -185.8 degree Fahrenheit Freezing temp of water is 0C or 32F
/* Multiplication of matrics is very easy in c, here is code below */#include main(){int temp=0;int arr[3][3]={1,2,3,4,5,6,7,8,9};int arr1[3][3]={10,11,12,13,14,15,16,17,18} ;for(int i=0;i
The water melts
Do you mean, what is temp. the abbreviation for? Temperature. Temporary.