Answer:
The program in Python is as follows:
wordInput = input()
myList = wordInput.split(" ")
for i in myList:
print(i,myList.count(i))
Explanation:
This gets input for the word
wordInput = input()
This splits the word into a list using space as the delimiter
myList = wordInput.split(" ")
This iterates through the list
for i in myList:
Print each word and its count
print(i,myList.count(i))
Answer:
c. double triple(float n) { return (3 * n); }
Explanation:
In option a print is used to print integer.While printf is used in C to print something.
In option b there is no * operator between s s s it should be s*s*s.So it will give error.
In option d there is also no multiply operator * in between 3.14 2 r it should be 3.14*2*r.
So we can say that option c is error free.
Answer:
The answer is "Option b".
Explanation:
In the project of IEEE-754 to define 64 -bit we require a REAL8 double precision that is equal to 8 bytes and 64 bit, and it is also used for floating-point arithmetic, and other options were not correct that can be described as follows:
- In option a, REAL4 is used to define 32-bit, that's why it is not correct.
- In option c, This type of declaration is not valid in IEEE, that's why it is wrong.
- In option d, The REAL is a keyword that is used to define a value but in this, there is no value to define, that's why it is wrong.
Answer:
The rise of digital media has caused newspaper subscriptions to decline significantly because people are finding their news online.
It is A
Answer:
If a good friend comes to me for advice in pursuing a music career. With my knowledge of digital technology and the performing
arts, my advice to use digital technology to help build her career by <u>Delivering service to clients
.</u>
Explanation:
<u>There were several reasons for this:
</u>
• Being able to access work platforms and resources removed the need to travel back
to office bases because remote access allowed the completion of administrative
tasks where the practitioner was working.
• Working with clients in rural and isolated areas can prove difficult in terms of meeting
clients face to face and digital solutions helped to resolve this. This is because more
clients can be seen remotely than when practitioners must travel to see them.