How to write a Variable Description for any Program:
Variable Description is written in a table format which consists of three columns in the table.
The headings of the columns are:
- Variable name
- Variable type
- Description
1. Variable name - The name of the variables are written in this column which the programmer has used in that program. Ex-
2. Variable Data type - In this column you have to write the variables data type which you have declared in that program.
3. Description - Here you have to write the purpose(use) of that variable in that particular program.Here are some few examples of variable description:
![]() |
1 This program link is: https://codingknowledgeblg.blogspot.com/2021/06/w-rite-in-java-to-input-word-and-print.html |
![]() |
2 This program link is : https://codingknowledgeblg.blogspot.com/2021/07/the-potential-of-word-is-found-by.html |
![]() |
3 This program link is: https://codingknowledgeblg.blogspot.com/2021/06/blog-post.html |
0 Comments