D. Chlorofluorocarbon
This is a man-made carbon that causes the gradual thinning(deception) in the earth’s Ozone layer.
Hope this helped and pls mark as brainliest!
~ Luna
Answer:
JIT
Explanation:
JIT stands for just-in-time
Answer:
#include<iostream>
Using namespace std;
int main()
{
int n, qty;
double price, amount;
cout<<"Number of items ";
cin>>n;
cout<<"ITEM<<"\t"<<"QUANTITY"<<"\t"<<"PRICE"<<"\t"<<"ITEM TOTAL";
for(int i= 1; I<= n; i++)
{
cin>>qty;
cin>>price;
amount = qty * price;
cout<<i<<"\t "<<qty<<"\t"<<price<<"\t"<<amount;
}
}
Explanation
The above program is written in C++ programming language
5 variables are declared and used in the program
n is declared as an integer to represent the total number of items
qty is declared as integer to represent the total quantity of each item
price is declared as double to represent the amount of each individual item
amount is declared as double to represent the total amount of an item; it is gotten by qty * price
i is declared as integer to iterated between each items
The amount of each item is calculated within the iteration and also printed immediately
Answer:
Resulting heat generation, Q = 77.638 kcal/h
Given:
Initial heat generation of the sphere, 
Maximum temperature, 
Radius of the sphere, r = 0.1 m
Ambient air temperature,
= 298 K
Solution:
Now, maximum heat generation,
is given by:
(1)
where
K = Thermal conductivity of water at 
Now, using eqn (1):

max. heat generation at maintained max. temperature of 360 K is 24924
For excess heat generation, Q:

where



Now, 1 kcal/h = 1.163 W
Therefore,

Answer:
See explaination
Explanation:
Please kindly check attachment for the step by step solution of the given problem