An example of the cout statement for display 2 data items is shown below;
cout<<"Area is"<<area<<endl;
cout<<"Circumferece is"<<circumference;
Applying above statemen,write a program to calculate the circulate the circumference and area of a circle with radius=2 and pi=3.14(ans. area=12.56,
circumference=12.56)
有誰做做好人幫我解答呢?有10點回報,謝謝
更新1:
第一位好心人: 你的資料寫住: Source file not complied. 請你再次給我一個好的答案,謝謝!!