answersLogoWhite

0

What does K mean in temp?

User Avatar

Anonymous

10y ago
Updated: 8/21/2019

Its KELVIN

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Write a program to s wap kth and k plus 1th element?

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;


C program to find the given no is Armstrong or not using for loop?

//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


What SI Unit Temp?

SI unit for temperature is K. K stands for Kelvin


If the absolute temp of a is 600 k the temp in degrees celsius?

-273.15+600=326.85 degrees celsius


Write a program that sorts three integers The integers are entered from the input dialogs and stored in variables num1num2 and num3 respectively The program sorts the numbers so that num1 num2num3?

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];


What is deg K mean in chemistry?

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.


The temp of 100c is equal to?

212 f, 373 k


What is the temperature of luytens star?

3,150 + 100 k temp _


How cold is-121C?

k-k-k-k-COLD!! -121 degree Celsius = -185.8 degree Fahrenheit Freezing temp of water is 0C or 32F


Develop program code for two by two matrix multiplication?

/* 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


What happens to water when is reaches the temp of 273 k?

The water melts


What is the abbreviation of temp?

Do you mean, what is temp. the abbreviation for? Temperature. Temporary.