E1 (1 mark): Create a SubVI that returns the number of non-prime integers between X and Y both included, where X and Y are provided by user. SubVI inputs: X (numeric), Y (numeric). SubVI output: N (numeric); number of prime integers. Assume Y > X. Don't use local variables. Use a proper descriptive icon. You must use "Not" function as shown below, with Check Prime.vi. I want the labview code as the answer, a screen shot or a vi file.
