• habtamu eshete
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
A. Parallel blocks can reuse the same variable name.
B. A sub -block can reuse a parent block variable name if it is static.
C. A variable can be declared at any point In a block.
D.A sub -block can reuse a parent block's variable name if it is not static
Answers:A,C,d
is it correct