Arduino read computer CPU temperature

A usual approach to a problem of this sort is to write a program on the PC side to send the data over the serial port to the Arduino, and to write a corresponding program on the Arduino to receive and display the serial data.

-br