A dictionary or other type of informational book
Answer:
x is assigned "5", y is assigned "28", and ch is assigned "$"
Explanation:
#include <stdio.h>
#include <iostream>
using namespace std;
int main()
{
int x,y;
char ch;
x = 5;
y = 28;
ch = 36;
cout<<x<<endl<<y<<endl;
cout<<ch;
return 0;
}
Answer:
Unified communications
Explanation:
Unified communications is the term for the convergence of real-time and non-real-time communications services such as telephony, instant messaging, video conferencing, speech recognition, voice mail, and email into a single interface.
Answer:
Answered below.
Explanation:
#Answer is written in Python programming language
#Get inputs
radius = float(input("Enter radius in inches: "))
height = float(input("Enter height in feet: "))
#Convert height in feet to height in inches
height_in_inches = height * 12
#calculate volume in cubic inches
volume = 3.14 * (radius**2) * height_to_inches
#convert volume in cubic inches to volume in gallons
volume_in_gallons = volume * 0.00433
#output result
print (volume_in_gallons)
<span>Loads of ‘easy to use’ programmes and ‘How To’ guides make it simple for anyone to put a brochure/newsletter/marketing piece together – how difficult can it be with so much help available? Technology has not only changed the way designs are accomplished, it’s changed the perception of ‘design’ from a hard earned skill to something you can learn in an afternoon off.
via </span>https://dmjcomputerservices.com/blog/technology-changed-design-industry/