In Computer programming, there are four (4) common data types and these include:
- Integer type (int):
- Floating point type (float)
- Boolean (bool)
- String (str)
<h3>The kinds of data type.</h3>
In Computer programming, there are four (4) common data types and these include:
- <u>Integer type (int):</u> it is used for storing whole numbers such as 1, 2, 3, 4, ..... 2,147,483,647.
- <u>Floating point type (float):</u> it is used for defining real numbers that have a decimal point such as 0.009, 9.87, 5.6, etc.
- <u>Boolean (bool):</u> it allow users to combine keywords with Boolean operators (quotes, AND, OR, near/n) as either true or false.
- <u>String (str):</u> it is used for data values that are made up of ordered sequences of characters.
Read more on a data types here: brainly.com/question/25619349
Hard Drive is not recommended for long-term archiving because the storage media can degrade over time,
<h3>What type of storage is recommended for long term data retention?</h3>
The long method used to long-term retention is the use of cloud. Cloud-based are known to be a form of cold storage that is made up of intelligent storage software.
Note that Hard Drive is not a long term kind of storage in the above context and as such, PE storage is not recommended for long-term archiving because the storage media can degrade over time,
Learn more about storage from
brainly.com/question/1317328
#SPJ1
The 13th amendment (freed the slaves) for me because I am black
While: <span> the loop must repeat until a certain "condition" is met. If the "condition" is FALSE at the beginning of the loop, the loop is never executed. The "condition" may be determined by the user at the keyboard. The "condition" may be a numeric or an alphanumeric entry. <span>This is a good, solid looping process with applications to numerous situations.
</span></span><span>while:<span>int ctr = 1;
while (ctr < = 20)
{
cout<< ctr++ <<"\n";
}
</span><span>
</span><span>
</span><span>HOPE i HELPED! brainliest? :D </span></span>