Answer:
b) uppercase for variable names, and lowercase for constants and functions
Explanation:
Given
Programming language: prolog
Required
The case type for variables, constants and functions
In prolog,
Variable names begin with uppercase
e.g. Name, NAME
While constants and functions begin with lowercase
e.g. name, addnumbers()
<em>Hence, (b) is correct</em>
Try to explain slowly and with patience it takes time because she isn't used to it
Answer:
red
Explanation:
color is set to red in the last line of being defined.
Answer:
False
Explanation:
An array stores a sequence of values that are all of the same type
Answer: Program to calculate area of a parallelogram
Find area of parallelogram if vectors of two adjacent sides are given
Area of a triangle inside a parallelogram
Perimeter and Area of Varignon's Parallelogram
Program for Circumference of a Parallelogram
Program to print the hollow numerical parallelogram
Find the Missing Point of Para
Explanation: